aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/exceptions.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-07-26 15:42:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-07-26 15:42:20 +0200
commit904c0628b231cb19a065df8e15b09c25676beeb9 (patch)
tree4a50b8071585da298abc016aca86d54e7db3e2f8 /odb/mysql/exceptions.hxx
parent7de4ae99d764d3a5666dea36ae1e4b226be88595 (diff)
Add MYSQL_STMT c-tor, filter out of memory condition
Diffstat (limited to 'odb/mysql/exceptions.hxx')
-rw-r--r--odb/mysql/exceptions.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mysql/exceptions.hxx b/odb/mysql/exceptions.hxx
index a4e729b..04e787f 100644
--- a/odb/mysql/exceptions.hxx
+++ b/odb/mysql/exceptions.hxx
@@ -19,6 +19,7 @@ namespace odb
struct database_exception: odb::database_exception
{
database_exception (MYSQL*);
+ database_exception (MYSQL_STMT*);
~database_exception () throw ();
unsigned int