1. 10 Feb, 2009 1 commit
  2. 28 Jan, 2009 1 commit
    • Alexey Kopytov's avatar
      Fix for bug #21205: Different number of digits for float/double/real in --ps-protocol · 30ac4901
      Alexey Kopytov authored
      Various parts of code used different 'precision' arguments for sprintf("%g") when converting
      floating point numbers to a string. This led to differences in results in some cases 
      depending on whether the text-based or prepared statements protocol is used for a query.
      
      Fixed by changing arguments to sprintf("%g") to always be 15 (DBL_DIG) so that results are
      consistent regardless of the protocol.
      
      This patch will be null-merged to 6.0 as the problem does not exists there (fixed by the
      patch for WL#2934).
      30ac4901
  3. 27 Jan, 2009 1 commit
    • Alfranio Correia's avatar
      BUG#36391: "mysqlbinlog creates invalid charset statements" · 7b6ff85e
      Alfranio Correia authored
            
      The fix for BUG#20103 "Escaping with backslash does not work as expected"
      was implemented too greedy though in that it not only changes the behavior
      of backslashes within strings but in general, so disabling command shortcuts
      like \G or \C (which in turn leads to Bug #36391: "mysqlbinlog creates invalid charset
      statements").
            
      The fix allows the escaping with backslash to take place only inside a string, 
      thus enabling the execution of command shortcuts and presevering the fix for
      BUG#20103.
      7b6ff85e
  4. 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
  5. 24 Jan, 2009 1 commit
  6. 23 Jan, 2009 6 commits
  7. 22 Jan, 2009 5 commits
  8. 21 Jan, 2009 1 commit
  9. 20 Jan, 2009 1 commit
  10. 16 Jan, 2009 10 commits
  11. 15 Jan, 2009 11 commits