summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorthek@adventure.(none) <>2007-11-21 10:02:44 +0100
committerthek@adventure.(none) <>2007-11-21 10:02:44 +0100
commit0b38e67453b8703d0cb94f641768d77e7f8a0d58 (patch)
tree9cc345d443abf70f4e6a97c4ba23463f0e6a5d35 /sql/sp_head.h
parent7491e15f21f6e8dfbd29c9d4647eec5fe4abb3d2 (diff)
parent1794242b24cc0f958af48db9019d95aed06cf589 (diff)
downloadmariadb-git-0b38e67453b8703d0cb94f641768d77e7f8a0d58.tar.gz
Merge adventure.(none):/home/thek/Development/cpp/bug31153/my50-bug31153
into adventure.(none):/home/thek/Development/cpp/mysql-5.0-runtime
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