summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000008.test
Commit message (Collapse)AuthorAgeFilesLines
* Added end marker for tests to make future merges easiermonty@mysql.com2005-07-281-0/+2
|
* Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-17/+24
| | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* Fixed bug in send in mysqltestmonty@donna.mysql.fi2001-03-251-1/+1
| | | | | | | | Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
* fixed bug in master_pos_wait(), got rid of sleep hack, sasha@mysql.sashanet.com2001-01-221-1/+0
| | | | added test/sanity check for master_pos_wait()
* SHOW [FULL] COLUMNSmonty@donna.mysql.com2001-01-221-0/+1
| | | | Added timeouts to replication tests to handle concurrent inserts
* rpl000016.test syncsasha@mysql.sashanet.com2001-01-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list slave.h MASTER_POS_WAIT lex.h MASTER_POS_WAIT slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in slave.cc debug abort count sql_repl.cc announce the log name at the start of the log with a fake rotate event item_create.h MASTER_POS_WAIT item_func.cc MASTER_POS_WAIT item_func.h MASTER_POS_WAIT sql_class.h enter_cond(), exit_cond() helper inliners item_create.cc added MASTER_POS_WAIT mysql-test-run.sh speed improvement fixes rpl000007.test sync rpl000003.test sleep -> sync rpl000004.test sleep -> sync, fixed clean up bug rpl000014.test sync rpl000009.test sync rpl000013.test sync rpl000001.test sleep -> sync rpl000008.test sync rpl000006.test sync on cleanup rpl000011.test sync rpl000012.test sync rpl000005.test sleep -> sync rpl000010.test sync rpl000015.test sync rpl000002.test sleep -> sync rpl000014.result we now know the master log name as soon as we connect mysql.cc added optional agrument to --wait mysqltest.c added save_master_pos and sync_with_master commands
* Fixes to get mysql-test-run more portablemonty@donna.mysql.com2001-01-041-1/+1
|
* Cleanup of tests to make them less dependent of eachothermonty@donna.mysql.com2001-01-031-1/+3
| | | | Added new big select test
* fixed up mysql-test - will not push this yet, as more clean up/testing is to ↵sasha@mysql.sashanet.com2000-12-071-0/+22
follow