1. 27 Jan, 2011 3 commits
  2. 26 Jan, 2011 1 commit
  3. 25 Jan, 2011 8 commits
  4. 24 Jan, 2011 5 commits
  5. 20 Jan, 2011 3 commits
  6. 19 Jan, 2011 10 commits
  7. 18 Jan, 2011 10 commits
    • Libing Song's avatar
      Automerge · 76d2e222
      Libing Song authored
      76d2e222
    • Anitha Gopi's avatar
      automerge · fb7a2a00
      Anitha Gopi authored
      fb7a2a00
    • Anitha Gopi's avatar
    • Libing Song's avatar
      Manual merge · 16c09339
      Libing Song authored
      16c09339
    • Libing Song's avatar
      Bug#58546 test rpl_packet timeout failure sporadically on PB · 77bc81b8
      Libing Song authored
                  
      rpl_packet got a timeout failure sporadically on PB when stopping
      slave. The real reason of this bug is that STOP SLAVE stopped
      IO thread first and then stopped SQL thread. It was
      possible that IO thread stopped after replicating part of a
      transaction which SQL thread was executing. SQL thread would
      be hung if the transaction could not be rolled back safely.
                  
      After this patch, STOP SLAVE will stop SQL thread first and then stop IO
      thread, which guarantees that IO thread will fetch the reset of the
      events of the transaction that SQL thread is executing, so that SQL
      thread can finish the transaction if it cannot be rolled back safely.
                  
      Added below auxiliary files to make the test code neater.
      restart_slave_sql.inc
      rpl_connection_master.inc
      rpl_connection_slave.inc
      rpl_connection_slave1.inc
      77bc81b8
    • John H. Embretsen's avatar
      Post push test fix for show_check.test. · 4bdfcf59
      John H. Embretsen authored
      Fix for bug#45740 introduced test case using SHOW TABLE STATUS against a Memory table using latin1 character in table name.
      The test failed on Windows and FreeBSD due to a difference in the value for Avg_row_length.
      The average row length normally depends on the values for data length and row count. According to the 5.5 manual data length is approximate with Memory tables.
      With MyISAM and InnoDB the Avg_row_length is the same on Windows and Solaris.
      The solution implemented by this patch is to mask out the value for Avg_row_length, as it may vary when using Memory tables.
      4bdfcf59
    • Bjorn Munch's avatar
      upmerge undo of 59063 · 95a8cc02
      Bjorn Munch authored
      95a8cc02
    • Bjorn Munch's avatar
      Bug #59063 rpl_migration_crash_safe fails on Windows · 00a6d119
      Bjorn Munch authored
      Undoing the patch, it complicates the code but is not the solution
      
      I do not beleive newline mismatch could be the cause of this failure
      First, I cannot see how this could be a problem, mtr ignores the newline
        when reading the expect file, and the file is written and read on Windows.
      Second, if this really was the problem it should have been deterministic:
        either the newline is correctly interepreted or it is not.
      00a6d119
    • Bjorn Munch's avatar
      oops forgot one file in last commit · 96adf258
      Bjorn Munch authored
      96adf258
    • Bjorn Munch's avatar
      Some more copyright fixes in mtr · b4706740
      Bjorn Munch authored
      b4706740