1. 24 Jul, 2003 2 commits
    • guilhem@mysql.com's avatar
      Fix for BUG#858 "CHANGE MASTER forgets to update relay-log.info"; · aba7647f
      guilhem@mysql.com authored
      just a flush_relay_log_info() at the end of CHANGE MASTER
      (there was already flush_master_info()).
      aba7647f
    • guilhem@mysql.com's avatar
      WL#1036 (print the db in slave error messages). · df3b31f3
      guilhem@mysql.com authored
      I extended the task to cleaning error messages, making them look nicer,
      and making the output of SHOW SLAVE STATUS (column Last_error) be as complete
      as what's printed on the .err file;
      previously we would have, for a failure of a replicated LOAD DATA INFILE:
      - in the .err, 2 lines:
      "duplicate entry 2708 for key 1"
      "failed loading SQL_LOAD-5-2-2.info"
      - and in SHOW SLAVE STATUS, only:
      "failed loading SQL_LOAD-5-2-2.info".
      Now SHOW SLAVE STATUS will contain the concatenation of the 2 messages.
      df3b31f3
  2. 21 Jul, 2003 1 commit
  3. 19 Jul, 2003 2 commits
  4. 18 Jul, 2003 7 commits
  5. 17 Jul, 2003 1 commit
  6. 16 Jul, 2003 5 commits
  7. 15 Jul, 2003 4 commits
  8. 14 Jul, 2003 13 commits
  9. 13 Jul, 2003 2 commits
    • heikki@hundin.mysql.fi's avatar
      srv0srv.c: · 38595b1f
      heikki@hundin.mysql.fi authored
        Put back a 50 millisecond sleep in too high concurrency situations which I removed in the previous push; count also such sleeping threads to the InnoDB queue in SHOW INNODB STATUS
      38595b1f
    • heikki@hundin.mysql.fi's avatar
      srv0srv.c: · b46400b2
      heikki@hundin.mysql.fi authored
        Fix a benign bug introduced in 4.0.14: InnoDB could complain 'Error: trying to declare trx to enter InnoDB' if several threads tried to init the auto-inc counter for the same table at the same time; in theory, the bug could even lead to a hang of the server, but that shuld be extremely improbable
      b46400b2
  10. 12 Jul, 2003 3 commits