• unknown's avatar
    Bugfix. Local variables are now initialized to null. · 82e5115a
    unknown authored
    
    mysql-test/r/sp.result:
      New test case for bugfix (when a variable is not set due to an exception).
    mysql-test/t/sp.test:
      New test case for bugfix (when a variable is not set due to an exception).
    sql/item.h:
      Local variables are initialized to null.
    sql/sp_head.cc:
      Local variables are initialized to null.
    82e5115a
item.h 30.3 KB