summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorunknown <thek@adventure.(none)>2007-11-21 10:02:44 +0100
committerunknown <thek@adventure.(none)>2007-11-21 10:02:44 +0100
commit1ae0237f24c5f207e30bb29945fbb55f87192722 (patch)
tree9cc345d443abf70f4e6a97c4ba23463f0e6a5d35 /sql/sp_head.h
parent001c78e29e7a917bad4d64673e84230768d936ad (diff)
parentbb681dbc883343ed2c503c15833720f8da499317 (diff)
downloadmariadb-git-1ae0237f24c5f207e30bb29945fbb55f87192722.tar.gz
Merge adventure.(none):/home/thek/Development/cpp/bug31153/my50-bug31153
into adventure.(none):/home/thek/Development/cpp/mysql-5.0-runtime sql/mysqld.cc: Auto merged sql/sp_head.cc: Auto merged sql/sp_head.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_yacc.yy: Manual merge.
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index 7d042367985..a46ec9433d7 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -182,10 +182,10 @@ public:
Security_context m_security_ctx;
static void *
- operator new(size_t size);
+ operator new(size_t size) throw ();
static void
- operator delete(void *ptr, size_t size);
+ operator delete(void *ptr, size_t size) throw ();
sp_head();
@@ -245,7 +245,7 @@ public:
}
// Resets lex in 'thd' and keeps a copy of the old one.
- void
+ bool
reset_lex(THD *thd);
// Restores lex in 'thd' from our copy, but keeps some status from the