summaryrefslogtreecommitdiff
path: root/mysql-test/t/warnings.test
Commit message (Collapse)AuthorAgeFilesLines
* After merge fixesmonty@mashka.mysql.fi2003-08-191-0/+1
| | | | | Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
* undo one row warning instead use sql_warnings=1venu@hundin.mysql.fi2003-07-211-0/+3
|
* Enable warnings by default for single value list inserts also when the ↵venu@myvenu.com2003-07-211-0/+1
| | | | client protocol is >= 4.1
* Fix merge conflict by changing warning codes to new onevenu@myvenu.com2003-05-211-0/+1
|
* Resolve merge conflictvenu@myvenu.com2003-05-211-1/+47
|
* Give warning if MySQL doesn't honor given storage enginemonty@mashka.mysql.fi2003-05-131-0/+5
| | | | Allow syntax CREATE TABLE t1 (LIKE t2)
* Simple misc cases - warningsvenu@myvenu.com2003-01-071-0/+7
|
* Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-0/+8
| | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* fixed tests to be independed from environmentbell@sanja.is.com.ua2002-08-301-1/+1
|
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+13
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit