1. 21 Jan, 2014 1 commit
    • 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
  2. 28 Dec, 2013 1 commit
  3. 23 Dec, 2013 1 commit
  4. 22 Dec, 2013 14 commits
  5. 20 Dec, 2013 3 commits
  6. 19 Dec, 2013 4 commits
  7. 17 Dec, 2013 10 commits
  8. 16 Dec, 2013 6 commits