1. 20 Jan, 2012 4 commits
    • Inaam Rana's avatar
      Bug#13612811 VALGRIND ERROR IN OS_AIO_INIT · 78bb7cc6
      Inaam Rana authored
      Fix valgrind warning introduced by fix for bug 11765450.
      78bb7cc6
    • Mattias Jonsson's avatar
      Bug#13500478 63623: TEST CASE PARTITION_BINLOG_STMT · 72e48049
      Mattias Jonsson authored
      CREATES A FILE IN AN IMPROPER LOCATION.
      
      Fixed by using $MYSQLTEST_VARDIR, as proposed by
      Davi Arnaut.
      
      Thank you Davi!
      72e48049
    • Georgi Kodinov's avatar
      Addendum to the fix for bug #11754014 · 93d123d7
      Georgi Kodinov authored
      - Fixed the checks to properly check for plugin_dir containing a trailing slash or backslash.
      - Fixed a under-configuration in udf_skip_grants that was preventing the test 
        from running even when there was a udf plugin.
      93d123d7
    • Dmitry Shulga's avatar
      Patch for bug#13070308 - VALGRIND failure in XA test. · 716dca03
      Dmitry Shulga authored
      The issue is that xa.test failed sporadically on some platforms.
      The reason for the test failure is a race condition in xa.test.
      The race condition occures between connection that executes statement
      INSERT INTO t2 SELECT FROM t1 and other connection that tries to run
      statements DELETE FROM t1 and COMMIT. If COMMIT statement had been executed
      before the statement INSERT INTO t2 SELECT FROM t1 was locked by lock
      on table t1 (as a result of query from table t1) then the INSERT statement
      is executed successfully and a following test for deadlock would failed.
      
      This patch fixes this race condition by moving COMMIT statement after commit
      of distributed transaction from concurrent session.
      716dca03
  2. 19 Jan, 2012 2 commits
  3. 17 Jan, 2012 3 commits
  4. 16 Jan, 2012 10 commits
  5. 12 Jan, 2012 4 commits
  6. 11 Jan, 2012 4 commits
  7. 10 Jan, 2012 5 commits
  8. 06 Jan, 2012 4 commits
  9. 05 Jan, 2012 1 commit
  10. 04 Jan, 2012 1 commit
  11. 03 Jan, 2012 1 commit
  12. 02 Jan, 2012 1 commit