1. 16 Nov, 2007 2 commits
    • mkindahl@dl145h.mysql.com's avatar
      Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-new-rpl · 6baad480
      mkindahl@dl145h.mysql.com authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl-merge
      6baad480
    • mkindahl@dl145h.mysql.com's avatar
      Bug#32435: · e0ae1050
      mkindahl@dl145h.mysql.com authored
      DROP DATABASE statement writes changes to mysql.proc table under RBR
      
      When replicating a DROP DATABASE statement with a database holding
      stored procedures, the changes to the mysql.proc table was recorded
      in the binary log under row-based replication.
      
      With this patch, the thread uses statement-logging format for the
      duration of the DROP DATABASE statement. The logging format is
      (already) reset at the end of the statement, so no additional code
      for resetting the logging format is necessary.
      e0ae1050
  2. 15 Nov, 2007 1 commit
  3. 14 Nov, 2007 5 commits
  4. 13 Nov, 2007 2 commits
  5. 12 Nov, 2007 3 commits
  6. 09 Nov, 2007 6 commits
  7. 08 Nov, 2007 3 commits
  8. 07 Nov, 2007 4 commits
  9. 06 Nov, 2007 14 commits