Bug #4326 | Replicated LOAD DATA INFILE show nothing in processlist on slave | ||
---|---|---|---|
Submitted: | 29 Jun 2004 17:07 | Modified: | 30 Jun 2004 16:21 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 4.0.20 | OS: | Linux (RedHat Linux (MySQL rpms)) |
Assigned to: | Guilhem Bichot | CPU Architecture: | Any |
[29 Jun 2004 17:07]
[ name withheld ]
[29 Jun 2004 21:57]
Guilhem Bichot
Ok. It would be quite hard for us to print the exact LOAD DATA INFILE statement being replicated (because for example when the slave is preparing the temp file it does not have this statement under hand), but we can add a simple message like "preparing temporary file for replication of LOAD DATA INFILE". We'll work on it shortly.
[30 Jun 2004 16:21]
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 Additional info: Hi, In MySQL 4.0.21 you'll get this in SHOW PROCESSLIST: when we are writing to the tmp file: | 3 | system user | | | Connect | 6 | Making temp file /tmp/SQL_LOAD-2-1-2.data | and when we are actually loading the .data temp file into the table: | 3 | system user | | test | Connect | 2 | | LOAD DATA INFILE '/tmp/SQL_LOAD-2-1-2.data' INTO TABLE `t` <...> | Thank you for your bug report. ChangeSet@1.1865.1.2, 2004-06-30 15:41:35+02:00, guilhem@mysql.com