summaryrefslogtreecommitdiff
path: root/sql/sp_rcontext.h
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2004-10-23 14:23:32 +0200
committerpem@mysql.comhem.se <>2004-10-23 14:23:32 +0200
commit4970bdab133c3b5914b2e103c71d566fbf91fa95 (patch)
treef4b048b3634a78816e13bcf72711e9dca201ab1a /sql/sp_rcontext.h
parent7944acbbfa45eaf253bb59614792fd4d2fa167c1 (diff)
downloadmariadb-git-4970bdab133c3b5914b2e103c71d566fbf91fa95.tar.gz
Fixed BUG#6029: Stored procedure specific handlers should have priority.
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r--sql/sp_rcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h
index fff10ff3d0a..8e818ab76d1 100644
--- a/sql/sp_rcontext.h
+++ b/sql/sp_rcontext.h
@@ -122,7 +122,7 @@ class sp_rcontext : public Sql_alloc
}
// Returns 1 if a handler was found, 0 otherwise.
- int
+ bool
find_handler(uint sql_errno,MYSQL_ERROR::enum_warning_level level);
// Returns handler type and sets *ip to location if one was found