Bug #1391 If LOAD DATA INFILE 'small_file' fails on master, slave leaves temp files
Submitted: 24 Sep 2003 13:30 Modified: 24 Sep 2003 15:17
Reporter: Guilhem Bichot Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:4.0 OS:Any (all)
Assigned to: Guilhem Bichot CPU Architecture:Any

[24 Sep 2003 13:30] Guilhem Bichot
Description:
See how-to-repeat

How to repeat:
master:
create table t(a int, primary key);
have a file "filename" containing 1 and 1 (2 rows).
load data infile "filename" into table t;
you get an error.
Then on slave, check tmpdir (or slave_load_tmpdir): it contains 2 temporary files, SQL_LOADxxx.info and SQL_LOADxxx.data. Those files should have been deleted.
[24 Sep 2003 15:17] Guilhem Bichot
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

ChangeSet@1.1580.1.1, 2003-09-25 00:14:46+02:00, guilhem@mysql.com