diff options
author | unknown <guilhem@mysql.com> | 2003-09-25 00:14:46 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2003-09-25 00:14:46 +0200 |
commit | dae13b541540953f11397d70f482b77d07699f77 (patch) | |
tree | 5d0a4646226c2ebce870b175a81f47d772220f12 /mysql-test/std_data | |
parent | 699f3175fe5e28b5e017dbd73a6dafa21d8a410b (diff) | |
download | mariadb-git-dae13b541540953f11397d70f482b77d07699f77.tar.gz |
Fix for BUG#1391:
"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).
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/rpl_loaddata2.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/std_data/rpl_loaddata2.dat b/mysql-test/std_data/rpl_loaddata2.dat index b883d9dcd58..04d84f1f45e 100644 --- a/mysql-test/std_data/rpl_loaddata2.dat +++ b/mysql-test/std_data/rpl_loaddata2.dat @@ -4,5 +4,5 @@ ## >2003-03-22,2161,%c%,%asdf% ## ->2003-04-22,2416,%a%,%bbbbb% +>2003-03-22,2416,%a%,%bbbbb% ## |