summaryrefslogtreecommitdiff
path: root/mysql-test/std_data/rpl_loaddata2.dat
Commit message (Collapse)AuthorAgeFilesLines
* Fix for BUG#1391:unknown2003-09-251-1/+1
| | | | | | | | | | | | | | | | | "If LOAD DATA INFILE 'small_file' fails on master, slave leaves temp files" (the bug is in the master) mysql-test/r/rpl_loaddata.result: result update mysql-test/std_data/rpl_loaddata2.dat: change to introduce a unique key violation mysql-test/t/rpl_loaddata.test: testcase for bug#1391. sql/sql_load.cc: fix for bug#1391: for a small file, we had in the binlog only the Create_file, not the Delete_file (the Create_file was written when the READ_INFO was destroyed).
* fixed 'STARTING BY' in replicationunknown2003-05-211-4/+4
| | | | | | | | | | | mysql-test/r/rpl_loaddata.result: added test for 'STARTING BY' mysql-test/std_data/rpl_loaddata2.dat: added test for 'STARTING BY' mysql-test/t/rpl_loaddata.test: added test for 'STARTING BY' sql/log_event.cc: fixed 'STARTING BY'
* add test file for rpl_loaddata.testunknown2003-04-031-0/+8