1. 27 Feb, 2009 1 commit
  2. 26 Feb, 2009 2 commits
  3. 25 Feb, 2009 1 commit
  4. 24 Feb, 2009 2 commits
  5. 23 Feb, 2009 4 commits
  6. 21 Feb, 2009 7 commits
  7. 20 Feb, 2009 3 commits
  8. 19 Feb, 2009 6 commits
  9. 17 Feb, 2009 3 commits
  10. 12 Feb, 2009 1 commit
  11. 11 Feb, 2009 4 commits
  12. 10 Feb, 2009 6 commits
    • Mats Kindahl's avatar
      Merging with 5.1-bugteam · 9bb2b474
      Mats Kindahl authored
      9bb2b474
    • Mats Kindahl's avatar
      Bug #36763 · e9179186
      Mats Kindahl authored
      TRUNCATE TABLE fails to replicate when stmt-based binlogging is not supported.
      
      Correcting some tests that was failing in pushbuild as well as fixing result
      file for some tests that are not executed in the default MTR run.
      
      mysql-test/suite/binlog/t/binlog_truncate_innodb.test:
        Need to reset master to avoid the check to be for the wrong binlog file.
      mysql-test/suite/binlog/t/binlog_truncate_myisam.test:
        Need to reset master to avoid the check to be for the wrong binlog file.
      e9179186
    • Georgi Kodinov's avatar
      merged 5.0-bugteam to 5.1-bugteam · f1f5d7d7
      Georgi Kodinov authored
      f1f5d7d7
    • Georgi Kodinov's avatar
      fixed a libedit compilation problem · de7665ac
      Georgi Kodinov authored
      de7665ac
    • Mats Kindahl's avatar
      Merging with 5.1-bugteam · 6520a8a1
      Mats Kindahl authored
      6520a8a1
    • Mats Kindahl's avatar
      BUG#36763: TRUNCATE TABLE fails to replicate when stmt-based binlogging is not supported. · 8d43b845
      Mats Kindahl authored
      Post-merge fixes. Changes to some result sets.
      
      mysql-test/r/commit_1innodb.result:
        TRUNCATE TABLE does not cause the binary log to do commits any more.
      mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result:
        TRUNCATE TABLE is not transactional, hence does not have BEGIN/COMMIT around itself.
      mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result:
        TRUNCATE TABLE is not transactional, hence does not have BEGIN/COMMIT around itself.
      mysql-test/suite/rpl/r/rpl_innodb_mixed_dml.result:
        TRUNCATE TABLE is not transactional, hence does not have BEGIN/COMMIT around itself.
      mysql-test/suite/rpl/r/rpl_truncate_2myisam.result:
        STOP SLAVE was replaced with include file.
      mysql-test/suite/rpl/r/rpl_truncate_3innodb.result:
        STOP SLAVE was replaced with include file.
      8d43b845