Bug #857 Wrong error message on the full table with LOAD DATA LOCAL INFILE
Submitted: 16 Jul 2003 12:27 Modified: 31 Jul 2004 18:25
Reporter: SINISA MILIVOJEVIC Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.0 OS:Any (all)
Assigned to: MySQL Verification Team CPU Architecture:Any

[16 Jul 2003 12:27] SINISA MILIVOJEVIC
Description:

mysql> load data local infile '/usr/local/tmp/YIICd5dhl8' into table
clickthrus_by_masterid
ERROR 2013: Lost connection to MySQL server during query

How to repeat:
One more thing: on the remote server, I ran the same LOAD DATA INFILE
without the LOCAL clause -- this time I got the following message:

ERROR 1114: The table 'clickthrus_by_masterid' is full
[27 Aug 2003 3:24] Michael Widenius
The problem here is how LOAD DATA LOCAL is implemented.

We will not fix this in 4.0 as there is too much code changes involved and this is not a critical issue.

We will instead try to provide a bug fix for this in 4.1