Commit graph

8 commits

Author SHA1 Message Date
monty@mysql.com
3c12d0ae54 Added end marker for tests to make future merges easier 2005-07-28 03:22:47 +03:00
kent@mysql.com
75ebab7861 Windows compatibility changes of the 'rpl_delete_all',
'ps_1general' and 'fulltext_cache' test cases.
2005-02-17 02:59:39 +01:00
monty@mysql.com
6fbc869d18 A lot of fixes for prepared statements (PS):
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
2004-10-26 19:30:01 +03:00
monty@mashka.mysql.fi
1f6ecc0cd3 Changed mysql-test to print warnings for not existing table to DROP TABLE
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print()
2003-01-06 01:48:59 +02:00
serg@serg.mysql.com
1f5c997667 ft boolean search by table scan; queue_fix() 2001-11-06 16:17:31 +01:00
monty@donna.mysql.com
513490e70c Added ORDER BY to test case to make the result comparable 2001-01-16 12:38:58 +02:00
serg@serg.mysql.com
2e453e7bf7 item_func.h bugfix
fulltext_cache.test	drop table added
2001-01-07 15:31:14 +01:00
serg@serg.mysql.com
e0f5c74294 .del-ft0000001.a.result~3d17aff15fa5a9f1 Delete: mysql-test/r/ft0000001.a.result
.del-ft0000001.b.result~505c4c00a0bddfc4	Delete: mysql-test/r/ft0000001.b.result
.del-ft0000001.c.result~1040289a75243a92	Delete: mysql-test/r/ft0000001.c.result
.del-ft0000001.d.result~7c549555fbc7663e	Delete: mysql-test/r/ft0000001.d.result
.del-ft0000001.e.result~c58d30fd7fe86f4f	Delete: mysql-test/r/ft0000001.e.result
.del-ft0000002.a.result~a89b4db1db19f944	Delete: mysql-test/r/ft0000002.a.result
.del-ft0000002.b.result~5de41ce15ae1cedb	Delete: mysql-test/r/ft0000002.b.result
.del-ft0000002.c.result~cd66b90918a87531	Delete: mysql-test/r/ft0000002.c.result
fulltext_cache.result	Change mode to -rw-rw-r--
fulltext_cache.result	BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_cache.result
config  	[serg:]checkout:get added
fulltext_cache.test	BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/t/fulltext_cache.test
2001-01-06 16:48:12 +01:00