summaryrefslogtreecommitdiff
path: root/mysql-test/t/warnings.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-4.1gluh@gluh.mysql.r18.ru2005-02-231-0/+13
|\ | | | | | | into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
| * Fix for bug #6572: SHOW ERRORS doesn'tgluh@gluh.mysql.r18.ru2005-02-231-0/+13
| |
* | After merge fixesmonty@mysql.com2005-01-041-5/+1
|/ | | | | | Add support for warnings for prepare of prepared statements Fixed test to work with --ps-protocol Fixed some test results
* A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-1/+12
| | | | | | | | | | | | | | | | New mysqltest that can run mysqltest with PS Added support for ZEROFILL in PS Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result() Updated test cases to support --ps-protocol (Some tests are still run using old protocol) Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2... Fixed crash in PS when using sub queries Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever" Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries) Fix for PS and SELECT ... PROCEDURE Reset all warnings when executing a new PS query group_concat(...ORDER BY) didn't work with PS Fixed problem with test suite when not using innodb
* Ensure that result from date_format() is binarymonty@mysql.com2004-02-091-2/+2
| | | | Removed warnings from test suite
* WorkLog #1323 (part 2)antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-171-0/+5
| | | | | | New Statement: SHOW [STORAGE] ENGINES New System Variable: storage_engine New mysqld Argument: --default-storage-engine=
* WorkLog#1323antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-101-2/+10
| | | | Deprecate the use of TYPE=... Preferred syntax is ENGINE=
* 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