1. 11 Nov, 2010 2 commits
    • Dmitry Shulga's avatar
      0fa20fa4
    • Dmitry Shulga's avatar
      Fixed bug#54375 - Error in stored procedure leaves connection · 0fc49ccf
      Dmitry Shulga authored
      in different default schema.
      
      In strict mode, when data truncation or conversion happens,
      THD::killed is set to THD::KILL_BAD_DATA.
      
      This is abuse of KILL mechanism to guarantee that execution
      of statement is aborted.
      
      The stored procedures execution, on the other hand,
      upon detection that a connection was killed, would
      terminate immediately, without trying to restore the caller's
      context, in particular, restore the caller's current schema.
      
      The fix is, when terminating a stored procedure execution,
      to only bypass cleanup if the entire connection was killed,
      not in case of other forms of KILL.
      0fc49ccf
  2. 10 Nov, 2010 8 commits
  3. 09 Nov, 2010 9 commits
  4. 08 Nov, 2010 10 commits
  5. 07 Nov, 2010 3 commits
  6. 06 Nov, 2010 1 commit
  7. 05 Nov, 2010 7 commits