1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/sql
unknown 62a6733e4e Fix for BUG#4326 "Replicated LOAD DATA INFILE show nothing in
processlist on slave":
we now report in SHOW PROCESSLIST that we are writing to the temp
files or loading the table. 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` <...> |


sql/log_event.cc:
  Replication of LOAD DATA INFILE:
  we now report in SHOW PROCESSLIST that we are creating
  the temp files or loading the table.
  Plus removing a line which had a comment "should not be needed"
  and a guarding assertion which we have never heard fail (and logic
  says it should not fail).
2004-06-30 15:41:35 +02:00
..
2004-02-16 09:41:13 +02:00
2003-07-01 14:38:38 +03:00
2003-12-30 13:14:21 +02:00
2003-04-23 21:52:16 +03:00
2004-02-09 23:57:29 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2004-03-27 00:35:45 +04:00
2003-06-11 20:09:37 +05:00
2003-08-20 16:25:44 +03:00
2004-01-19 23:44:39 +01:00
2003-12-16 13:20:17 +02:00
2004-02-21 14:25:43 +01:00
2004-03-25 22:05:09 +02:00
2004-02-16 18:58:21 +02:00
2003-12-30 13:14:21 +02:00
2004-03-10 16:56:28 +01:00
2004-05-28 15:01:16 +05:00
2003-04-23 21:52:16 +03:00
2004-03-27 00:35:45 +04:00
2004-03-22 16:35:15 +02:00
2004-04-28 16:14:53 +01:00
2003-12-02 21:05:40 +03:00
2003-10-29 14:23:35 +01:00