1. 27 Feb, 2009 2 commits
    • Tatiana A. Nurnberg's avatar
      automerge · 1126054c
      Tatiana A. Nurnberg authored
      1126054c
    • Tatiana A. Nurnberg's avatar
      Bug#40657: assertion with out of range variables and traditional sql_mode · e3233c25
      Tatiana A. Nurnberg authored
      In STRICT mode, out-of-bounds values caused an error message
      to be queued (rather than just a warning), without any further
      error-like processing happening. (The error is queued during
      update, at which time it's too late. For it to be processed
      properly, it would need to be queued during check-stage.)
      The assertion rightfully complains that we're trying to send
      an OK while having an error queued.
      
      Changeset breaks a lot of tests out into check-stage. This also
      allows us to send more correct warnings/error messages.
      e3233c25
  2. 26 Feb, 2009 4 commits
  3. 25 Feb, 2009 26 commits
  4. 24 Feb, 2009 8 commits