1. 04 Nov, 2005 1 commit
    • pem@mysql.com's avatar
      Fixed BUG#14498: Stored procedures: hang if undefined variable and exception · 58db5436
      pem@mysql.com authored
        The problem was to continue at the right place in the code after the
        test expression in a flow control statement fails with an exception
        (internally, the test in sp_instr_jump_if_not), and the exception is
        caught by a continue handler. Execution must then be resumed after the
        the entire flow control statement (END IF, END WHILE, etc).
      58db5436
  2. 02 Nov, 2005 1 commit
  3. 01 Nov, 2005 25 commits
  4. 31 Oct, 2005 13 commits