1. 12 Aug, 2003 9 commits
  2. 09 Aug, 2003 2 commits
  3. 08 Aug, 2003 4 commits
  4. 07 Aug, 2003 13 commits
  5. 06 Aug, 2003 6 commits
  6. 05 Aug, 2003 2 commits
  7. 04 Aug, 2003 2 commits
    • miguel@hegel.local's avatar
      Fix VC++ compiler error · be123fe5
      miguel@hegel.local authored
      be123fe5
    • guilhem@mysql.com's avatar
      2 bugfixes: · bb12d905
      guilhem@mysql.com authored
      - Bug #985: "Between RESET SLAVE and START SLAVE, SHOW SLAVE STATUS is wrong."
      Now RESET SLAVE puts correct info in mi->host etc. A new test rpl_reset_slave
      for that.
      - Bug #986: "CHANGE MASTER & START SLAVE do not reset error columns in SHOW
      SLAVE STATUS". Now these reset the errors.
      bb12d905
  8. 03 Aug, 2003 1 commit
  9. 02 Aug, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix so that SET PASSWORD is not replicated by the slave if running with · 41865cf3
      guilhem@mysql.com authored
      replicate-*-table rules which exclude 'mysql' tables
      (e.g. replicate-wild-ignore-table=mysql.%).
      This was already the behaviour for GRANT/REVOKE, I'm extending it to
      SET PASSWORD because it seems very logical (the contrary seems illogical).
      2 new tests:
      - one to test if GRANT and SET PASSWORD are replicated
      - one to test if they are not replicated if replicate-wild-ignore-table=mysql.%
      The 2nd is also a testcase for BUG#980.
      41865cf3