1. 01 Mar, 2010 1 commit
  2. 25 Feb, 2010 1 commit
  3. 22 Feb, 2010 1 commit
    • Luis Soares's avatar
      Post-push fix for BUG#50364. · 1e638e72
      Luis Soares authored
      There was an erroneous parameter when calling flush_master_info
      from write_ignored_events_info_to_relay_log which could lead to a
      server crash. This happens because the I/O thread releases the
      log_lock before calling the flush_master_info.
      
      Set the function to call flush_master_info with third parameter
      to true, so that the mutex is properly taken.
      1e638e72
  4. 20 Feb, 2010 4 commits
  5. 19 Feb, 2010 1 commit
  6. 18 Feb, 2010 1 commit
  7. 17 Feb, 2010 6 commits
  8. 16 Feb, 2010 1 commit
    • Serge Kozlov's avatar
      Bug#48308. · ed76c63c
      Serge Kozlov authored
      1. Now test use fake_relay_log primitive
      2. Added RESET SLAVE to include/setup_fake_relay_log.inc for removing relay log info file
      3. Added RESET SLAVE to include/cleanup_fake_relay_log.inc
      4. Test moved to rpl suite as rpl_binlog_auto_inc_bug33029.test
      5. Updated result file
      ed76c63c
  9. 14 Feb, 2010 5 commits
  10. 12 Feb, 2010 7 commits
  11. 11 Feb, 2010 8 commits
  12. 10 Feb, 2010 2 commits
    • Luis Soares's avatar
      BUG#50984: check_testcase fails for rpl_tmp_table_and_DDL · 21e68e4f
      Luis Soares authored
            
      We found that there are some tests that are not cleaning
      up properly:
            
        1. rpl_tmp_table_and_DDL
        2. rpl_do_grant
        3. rpl_sync
            
      For #1 and #2 we found that the slave would not, for some
      cases, replicate all the instructions the master processed 
      in the cleanup section. We fix these by deploying some 
      synchronization commands in the test cases so that slave 
      processes all clean up instructions.
            
      As for #3, this is tracked as part of another bug 
      (BUG@50442).
      21e68e4f
    • Mattias Jonsson's avatar
      Bug#50201: Server crashes in explain_filename on an InnoDB partitioned table · 84c205f9
      Mattias Jonsson authored
      Problem was that in mysql-trunk the ER() macro is now dependent on current_thd
      and the innodb monitor thread has no binding to that thd object. This cause 
      the crash because of bad derefencing.
      
      Solution was to add a new macro which take the thd as an argument (which the innodb
      thread uses for the call).
      
      (Updated according to reviewers comments, i.e. added ER_THD_OR_DEFAULT and
      moved test to suite parts.)
      84c205f9
  13. 09 Feb, 2010 2 commits