summaryrefslogtreecommitdiff
path: root/sql/sp_rcontext.h
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2004-09-10 11:11:52 +0200
committerpem@mysql.comhem.se <>2004-09-10 11:11:52 +0200
commit624cf0e53718cab0a8985e0b877d4853372b59e6 (patch)
tree177a307bee403859b893521b666bfd245cbef01f /sql/sp_rcontext.h
parent7c8213ea20a54b9c1b08dad45b9ab0289ff3796a (diff)
downloadmariadb-git-624cf0e53718cab0a8985e0b877d4853372b59e6.tar.gz
Fixed BUG#3294: Stored procedure crash if table dropped before use.
Dropping the table was not the real problem, the problem was with errors occuring within error handlers.
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r--sql/sp_rcontext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h
index 15a2fe62138..f26b6760310 100644
--- a/sql/sp_rcontext.h
+++ b/sql/sp_rcontext.h
@@ -46,6 +46,8 @@ class sp_rcontext : public Sql_alloc
public:
+ bool in_handler;
+
sp_rcontext(uint fsize, uint hmax, uint cmax);
~sp_rcontext()