1. 01 Feb, 2014 5 commits
  2. 29 Jan, 2014 2 commits
  3. 28 Jan, 2014 5 commits
  4. 25 Jan, 2014 1 commit
  5. 25 Dec, 2013 1 commit
  6. 18 Dec, 2013 1 commit
    • Vicentiu Ciorbaru's avatar
      Fix for: · ad5ddaff
      Vicentiu Ciorbaru authored
      MDEV-5221: User auto-creation does not work upon GRANT <role>
      ad5ddaff
  7. 25 Dec, 2013 1 commit
  8. 21 Jan, 2014 2 commits
    • Sergey Petrunya's avatar
      Merge · a1a49ec9
      Sergey Petrunya authored
      a1a49ec9
    • Sergey Petrunya's avatar
      MDEV-5426: Assertion `toku_ft_needed_unlocked(src_h)' failed (errno=11) ... · 41208f6e
      Sergey Petrunya authored
      - the problem was caused by EXPLAIN INSERT SELECT. For that statement, 
        the code would call select_insert::prepare2(), which would call 
        handler->ha_start_bulk_insert().  The corresponding handler->end_bulk_insert() 
        call is made from select_insert::send_eof or select_insert::abort_result_set 
        which are never called for EXPLAIN INSERT SELECT.
      - Fixed by re-using approach of mysql-5.6: don't call ha_start_bulk_insert() if 
        we are in EXPLAIN.
      41208f6e
  9. 20 Jan, 2014 1 commit
  10. 14 Jan, 2014 1 commit
    • Michael Widenius's avatar
      Fix for MDEV-4117 @@global.relay_log_purge not per-master, conflicts between... · 0a20d762
      Michael Widenius authored
      Fix for MDEV-4117 @@global.relay_log_purge not per-master, conflicts between different masters in multisource replication
      
      The fix is to not change @relay_log_purge as part of the CHANGE MASTER.
      (There is no logical reason why this is done in the current source)
      
      mysql-test/suite/rpl/r/rpl_slave_status.result:
        Ensure that CHANGE MASTER doesn't change relay_log_purge
      mysql-test/suite/rpl/t/rpl_slave_status.test:
        Ensure that CHANGE MASTER doesn't change relay_log_purge
      sql/sql_repl.cc:
        Don't change relay_log_purge in CHANGE MASTER
      0a20d762
  11. 28 Dec, 2013 1 commit
  12. 23 Dec, 2013 1 commit
  13. 22 Dec, 2013 14 commits
  14. 20 Dec, 2013 3 commits
  15. 19 Dec, 2013 1 commit