summaryrefslogtreecommitdiff
path: root/mysql-test/t/strict.test
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/data0/bk/mysql-5.0ibabaev@bk-internal.mysql.com2007-06-021-2/+0
|\
| * Fix more mysqltest warnings.kostja@bodhi.(none)2007-06-011-2/+0
* | backport of Bug#11491 Misleading error message if not NULL column set to NULL...gluh@mysql.com/eagle.(none)2007-05-301-4/+4
|/
* added cleanup to some testsserg@sergbook.mysql.com2007-05-181-1/+1
* Merge mysql.com:/home/ram/work/mysql-5.0-maintramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-04-191-0/+8
|\
| * Fix for bug #22824: strict, datetime, NULL, wrong warningramil/ram@mysql.com/ramil.myoffice.izhnet.ru2006-12-211-0/+11
* | Bug#27069 set with identical elements are created(additional fix)gluh@mysql.com/eagle.(none)2007-04-101-0/+9
* | Merge mysql.com:/home/ram/work/mysql-5.0-maintramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-03-291-0/+50
|\ \
| * | Fix for bugsramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-03-291-0/+50
* | | After merge fix.ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-02-081-8/+0
|/ /
* | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-10/+10
|/
* Merge mysql.com:/usr/home/bar/mysql-5.0.b6147v2bar@mysql.com/bar.intranet.mysql.r18.ru2006-09-291-4/+4
|\
| * Bug#6147: Traditional: Assigning a string to a numeric column has unexpected ...bar@mysql.com/bar.intranet.mysql.r18.ru2006-07-201-4/+4
* | Fix for bug #19370: DateTime datatype in MySQL has two bugs in itramil/ram@mysql.com/myoffice.izhnet.ru2006-07-121-2/+16
|/
* Fix for bug#13934 Silent truncation of table commentsgluh@eagle.intranet.mysql.r18.ru2006-06-291-0/+39
* Fix for bug#17626 CREATE TABLE ... SELECT failure with TRADITIONAL SQL modegluh@eagle.intranet.mysql.r18.ru2006-05-231-0/+10
* Added option --valgrind-mysqltest to mysql-test-runmonty@mishka.mysql.fi2005-09-141-1/+3
* Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2005-09-011-2/+2
|\
| * mysqltest improvements, updates after merge + test for 5.0msvensson@neptunus.(none)2005-09-011-2/+2
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-07-271-0/+14
|\ \
| * | fix (bug #11964: ALTER TABLE gives wrong error message with sql-mode TRADITIO...ramil@mysql.com2005-07-251-0/+14
* | | a fix (bug #11546: Bad error message from inserting out of range values, SQL_...ramil@mysql.com2005-07-261-0/+11
|/ /
* | Merge mysql.com:/home/jimw/my/mysql-5.0-5906jimw@mysql.com2005-07-191-0/+15
|\ \
| * | Fix number to date conversion so it always honors the NO_ZERO_DATE,jimw@mysql.com2005-07-181-0/+15
| |/
* | a fix (bug #9881: ALTER TABLE gives wrong error message with sql-mode TRADITI...ramil@mysql.com2005-07-151-0/+10
|/
* a fix (bug #6961: Traditional: assignment of string to numeric column should ...ramil@mysql.com2005-05-131-2/+2
* fix (Bug #8295 and #8296: varchar and varbinary conversion)ramil@mysql.com2005-05-121-0/+10
* Mergejimw@mysql.com2005-04-051-0/+34
|\
| * In TRADITIONAL mode, don't allow a NOT NULL field with no default be set tojimw@mysql.com2005-01-131-0/+34
* | Additional fix for BUG#5907: Traditional mode: invalid value can be inserted ...pem@mysql.comhem.se2005-04-051-1/+0
* | Now one gets an error if one tries to insert an invalid value via a stored pr...monty@mysql.com2005-04-051-0/+15
* | Don't use -lsupc++ with gcc 3.3 and below as this gives linking problems when...monty@mysql.com2005-04-041-17/+19
* | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-0/+52
* | Enabled more tests of STR_TO_DATE()monty@mysql.com2005-03-301-37/+14
* | Give warnings if wrong date/time/datetime argument for STR_TO_DATEmonty@mysql.com2005-03-301-0/+42
* | a fix (bug #9029 Traditional: Wrong SQLSTATE returned for string truncation).ramil@mysql.com2005-03-101-2/+25
* | After merge fixesmonty@mysql.com2005-02-221-2/+2
* | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0serg@serg.mylan2005-02-171-2/+2
|\ \
| * | after merge fixesserg@serg.mylan2005-02-161-2/+2
* | | Removal of a not needed statementmleich@mysql.com2005-02-141-1/+0
* | | Merge mysql.com:/home/matthias/Arbeit/mysql-5.0/srcmleich@mysql.com2005-02-091-6/+10
|\ \ \ | |/ /
| * | Precision Math implementationhf@deer.(none)2005-02-091-6/+10
* | | Insertion of additional sub test cases checking DATA/TIME/TIMESTAMP mleich@mysql.com2005-02-081-0/+298
|/ /
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ram@gw.mysql.r18.ru2005-01-191-2/+2
|\ \
| * | A fix (bug #6999: Traditional: Wrong SQLSTATE returned for string truncation).ram@gw.mysql.r18.ru2005-01-191-2/+2
| |/
* | Changed interface for my_strntod() to make it more general and more portablemonty@mysql.com2005-01-151-1/+1
|/
* strict.result, strict.test:bar@mysql.com2005-01-111-1/+0
* Better handling of ensuring that setup_tables() are not called twicemonty@mysql.com2005-01-031-1/+1
* Merge with new VARCHAR codemonty@mysql.com2004-12-061-2/+4
|\
| * Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-2/+4