1. 21 Jan, 2015 2 commits
  2. 19 Jan, 2015 18 commits
  3. 18 Jan, 2015 2 commits
    • Michael Widenius's avatar
      Fixed MDEV-7314: Deadlock when doing insert-select with Aria · 7cb4a1c6
      Michael Widenius authored
      
      mysql-test/suite/maria/insert_select.result:
        Added test case
      mysql-test/suite/maria/insert_select.test:
        Added test case
      mysys/thr_lock.c:
        Ensure we don't allow concurrent_insert when a read_no_write lock is in use
      7cb4a1c6
    • Michael Widenius's avatar
      Return to original stage after mysql_lock_tables · 32be7dff
      Michael Widenius authored
      Stage "Filling schema table" is now properly shown in 'show processlist'
      
      
      mysys/mf_keycache.c:
        Simple cleanup with more comments
      sql/lock.cc:
        Return to original stage after mysql_lock_tables
        Made 'Table lock' as a true stage
      sql/sql_show.cc:
        Restore original stage after get_schema_tables_result
      32be7dff
  4. 17 Jan, 2015 4 commits
  5. 16 Jan, 2015 4 commits
  6. 15 Jan, 2015 2 commits
    • Elena Stepanova's avatar
      MDEV-7431 main.log_tables fails sporadically in buildbot · 26a8a95c
      Elena Stepanova authored
        
      Structure of the table created by the test to archive mysql.slow_log
      data didn't match the structure of mysql.slow_log. The failure only 
      appeared if the slow_log was not empty, which was very rare. 
        
      Updated the structure of the table. 
      26a8a95c
    • Kristian Nielsen's avatar
      MDEV-7430: rpl.rpl_gtid_crash still fails in buildbot · df2db863
      Kristian Nielsen authored
      The problem was a too low timeout for slave reconnect. It was set to 9 seconds
      (10 retries with 1 second in-between). This is occasinally too short on some
      Buildbot hosts, when the test crashes and restarts the master while the slave
      IO thread is running.
      
      Fix by increasing --master-retry-count for this test.
      df2db863
  7. 14 Jan, 2015 5 commits
  8. 13 Jan, 2015 3 commits