1. 28 Jan, 2009 1 commit
    • Alfranio Correia's avatar
      BUG#35583 mysqlbinlog replay fails with ERROR 1146 when temp tables are used · 4aee29e8
      Alfranio Correia authored
            
      When using CREATE TEMPORARY TABLE LIKE to create a temporary table, 
      or using TRUNCATE to delete all rows of a temporary table, they 
      did not set the tmp_table_used flag, and cause the omission of
      "SET @@session.pseudo_thread_id" when dumping binlog with mysqlbinlog,
      and cause error when replay the statements.
            
      This patch fixed the problem by setting tmp_table_used in these two
      cases. (Done by He Zhenxing 2009-01-12)
      4aee29e8
  2. 26 Jan, 2009 2 commits
    • Chad MILLER's avatar
      Merge fix for bug 38145 from 5.0. · 7b92f9cf
      Chad MILLER authored
      7b92f9cf
    • Ramil Kalimullin's avatar
      Fix for bug #37756: enabling fulltext indexes with · 01511453
      Ramil Kalimullin authored
        myisam_repair_threads > 1 causes crash
      
      Problem: parallel repair (myisam_repair_threads > 1) of a myisam
      table with two or more fulltext keys that use the same parser may
      lead to a server crash. ALTER TABLE ENABLE KEYS is affected as well.
      
      Fix: properly initialize fulltext structures for parallel repair.
      
      Note: 1. there's no deterministic test case.
      2. now we call parser->init() for each fulltext key
      (not for each fulltext parser used).
      01511453
  3. 24 Jan, 2009 1 commit
  4. 23 Jan, 2009 6 commits
  5. 22 Jan, 2009 5 commits
  6. 21 Jan, 2009 1 commit
  7. 20 Jan, 2009 1 commit
  8. 16 Jan, 2009 10 commits
  9. 15 Jan, 2009 13 commits