• Davi Arnaut's avatar
    Backport of Bug#15192 to mysql-next-mr · a7bbc779
    Davi Arnaut authored
    ------------------------------------------------------------
    revno: 2597.4.17
    revision-id: sp1r-davi@mysql.com/endora.local-20080328174753-24337
    parent: sp1r-anozdrin/alik@quad.opbmk-20080328140038-16479
    committer: davi@mysql.com/endora.local
    timestamp: Fri 2008-03-28 14:47:53 -0300
    message:
      Bug#15192 "fatal errors" are caught by handlers in stored procedures
    
      The problem is that fatal errors (e.g.: out of memory) were being
      caught by stored procedure exception handlers which could cause
      the execution to not be stopped due to a continue handler.
    
      The solution is to not call any exception handler if the error is
      fatal and send the fatal error to the client.
    a7bbc779
sql_class.h 97.3 KB