1. 02 Nov, 2010 1 commit
  2. 27 Oct, 2010 1 commit
  3. 20 Oct, 2010 1 commit
    • Oystein Grovlen's avatar
      Bug#57512 str_to_date crash... · 07fd5d6f
      Oystein Grovlen authored
      str_to_date function should only try to generate a warning for
      invalid input strings, not when input value is NULL. In latter
      case, val_str() of input argument will return a nil pointer.
      Trying to generate a warning using this pointer lead to a
      segmentation fault. Solution: Only generate warning when pointer
      to input string is non-nil.
      07fd5d6f
  4. 14 Oct, 2010 2 commits
  5. 13 Oct, 2010 1 commit
  6. 12 Oct, 2010 4 commits
  7. 11 Oct, 2010 11 commits
  8. 10 Oct, 2010 2 commits
  9. 09 Oct, 2010 2 commits
    • 's avatar
      Manual merge · a667ce8e
      authored
      a667ce8e
    • 's avatar
      Bug#55375 Transaction bigger than max_binlog_cache_size crashes slave · b6682591
      authored
      When slave executes a transaction bigger than slave's max_binlog_cache_size,
      slave will crash. It is caused by the assert that server should only roll back
      the statement but not the whole transaction if the error ER_TRANS_CACHE_FULL 
      happens. But slave sql thread always rollbacks the whole transaction when
      an error happens.
                  
      Ather this patch, we always clear any error set in sql thread(it is different
      from the error in 'SHOW SLAVE STATUS') and it is cleared before rolling back
      the transaction.
      b6682591
  10. 08 Oct, 2010 14 commits
  11. 07 Oct, 2010 1 commit