summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorthek@adventure.(none) <>2007-11-21 11:25:17 +0100
committerthek@adventure.(none) <>2007-11-21 11:25:17 +0100
commit7580f9043a29f7ed4f050f997810e220a69f2186 (patch)
tree8d7492ebc1f5101e4152cfe287baaa8e2b10a809 /sql/sp_head.h
parent53b0324824bb238acef860e073781f5c2905b02d (diff)
parent1794242b24cc0f958af48db9019d95aed06cf589 (diff)
downloadmariadb-git-7580f9043a29f7ed4f050f997810e220a69f2186.tar.gz
Merge adventure.(none):/home/thek/Development/cpp/bug31153/my50-bug31153
into adventure.(none):/home/thek/Development/cpp/bug31153/my51-bug31153
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 3a8b41acd4c..93040bc3ca0 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -269,10 +269,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();
@@ -335,7 +335,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