Bug #10694 | LOAD DATA FROM INFILE fails with 'Out of operation records' | ||
---|---|---|---|
Submitted: | 17 May 2005 20:29 | Modified: | 24 Sep 2005 3:38 |
Reporter: | Jonathan Miller | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 4.1 | OS: | Linux (Linux) |
Assigned to: | Tomas Ulin | CPU Architecture: | Any |
[17 May 2005 20:29]
Jonathan Miller
[17 May 2005 20:39]
Jonathan Miller
I forgot to add that this is setup as a cluster with replication. I was trying to load the master cluster to ensure replication was done correctly on a LOAD DATA FROM INFILE.
[22 Aug 2005 10:39]
Tomas Ulin
Bug is there in 4.1 since late 2004. Workaround is to "set ndb_use_transactions=0;" prior to "big" load statemtent and then resetting value to 1. Other workaround is for first load data into myisam and then altering the table to ndb
[20 Sep 2005 10:22]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/30095
[20 Sep 2005 11:10]
Tomas Ulin
fixed in 4.1.15, 5.0.14
[24 Sep 2005 3:38]
Paul DuBois
Noted in 4.1.15, 5.0.14 changelogs.