1. 30 Jun, 2004 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#4326 "Replicated LOAD DATA INFILE show nothing in · 74809f74
      guilhem@mysql.com authored
      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` <...> |
      74809f74
  2. 17 Jun, 2004 1 commit
  3. 16 Jun, 2004 6 commits
  4. 15 Jun, 2004 2 commits
  5. 11 Jun, 2004 3 commits
  6. 10 Jun, 2004 7 commits
  7. 09 Jun, 2004 4 commits
  8. 08 Jun, 2004 5 commits
  9. 07 Jun, 2004 3 commits
  10. 03 Jun, 2004 1 commit
  11. 02 Jun, 2004 3 commits
  12. 01 Jun, 2004 4 commits