1. 14 Aug, 2008 1 commit
  2. 13 Aug, 2008 1 commit
  3. 12 Aug, 2008 1 commit
  4. 06 Aug, 2008 1 commit
  5. 29 Jul, 2008 2 commits
  6. 25 Jul, 2008 1 commit
  7. 24 Jul, 2008 1 commit
  8. 23 Jul, 2008 2 commits
    • Sven Sandberg's avatar
      BUG#38068: binlog_stm_binlog fails sporadically in pushbuild · fc0f2481
      Sven Sandberg authored
      Problem: binlog_stm_binlog runs INSERT DELAYED queries, and
      then prints the contents of the binlog. Before checking the
      contents of the binlog, the test waits until the rows have
      appeared in the table. However, this is not enough, since
      INSERT DELAYED does not write rows to the binlog at the same
      time as it writes them to the table. So there is a race.
      Fix: Add a FLUSH TABLES before SHOW BINLOG EVENTS. That
      waits until the insert_delayed thread is done.
      fc0f2481
    • Sven Sandberg's avatar
      BUG#37493: rpl_trunc_temp.test nondeterministic · bb945f70
      Sven Sandberg authored
      Problem: the test waits for a 'DROP TEMPORARY TABLE' event to
      appear in the master's binlog, then checks on the slave whether
      the number of temporary tables has decreased. The slave does
      not sync, causing a race.
      Fix: check for the 'DROP TEMPORARY TABLE' event on slave
      instead of on master.
      bb945f70
  9. 22 Jul, 2008 10 commits
  10. 21 Jul, 2008 4 commits
  11. 24 Jul, 2008 1 commit
  12. 21 Jul, 2008 3 commits
  13. 24 Jul, 2008 1 commit
  14. 21 Jul, 2008 2 commits
  15. 19 Jul, 2008 4 commits
  16. 18 Jul, 2008 5 commits