1. 09 Feb, 2008 3 commits
  2. 08 Feb, 2008 15 commits
  3. 07 Feb, 2008 10 commits
  4. 06 Feb, 2008 6 commits
  5. 05 Feb, 2008 4 commits
  6. 04 Feb, 2008 2 commits
    • thek@adventure.(none)'s avatar
      Patch clean up. · acff1161
      thek@adventure.(none) authored
      Fixed interference between tests: Users were added but not properly removed.
      This caused later tests to fail.
      acff1161
    • davi@mysql.com/endora.local's avatar
      Bug#21801 SQL exception handlers and warnings · 15408307
      davi@mysql.com/endora.local authored
      The problem is that deprecated syntax warnings were not being
      suppressed when the stored routine is being parsed for the first
      execution. It's doesn't make sense to print out deprecated
      syntax warnings when the routine is being executed because this
      kind of warning only matters when the routine is being created.
      
      The solution is to suppress deprecated syntax warnings when
      parsing the stored routine for loading into the cache (might
      mean that the routine is being executed for the first time).
      15408307