1. 11 Aug, 2003 1 commit
  2. 07 Aug, 2003 17 commits
  3. 06 Aug, 2003 10 commits
  4. 05 Aug, 2003 7 commits
  5. 04 Aug, 2003 3 commits
  6. 03 Aug, 2003 1 commit
  7. 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