diff options
author | randomdan <randomdan@localhost> | 2012-11-21 01:34:51 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2012-11-21 01:34:51 +0000 |
commit | 4d9f046664aa6ae2fff675c9d5872c7082d2f0e5 (patch) | |
tree | ae5346f135a34038257715ac51cb7cb8f02604cb /libmysqlpp/connection.h | |
parent | Add a basic MySQL connector, not fully functional, but will suffice for p2tv (diff) | |
download | libdbpp-mysql-4d9f046664aa6ae2fff675c9d5872c7082d2f0e5.tar.bz2 libdbpp-mysql-4d9f046664aa6ae2fff675c9d5872c7082d2f0e5.tar.xz libdbpp-mysql-4d9f046664aa6ae2fff675c9d5872c7082d2f0e5.zip |
Fix error checking on mysql_ping causing db connection reuse failure; always reconnected
Diffstat (limited to 'libmysqlpp/connection.h')
-rw-r--r-- | libmysqlpp/connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqlpp/connection.h b/libmysqlpp/connection.h index a88d758..0524009 100644 --- a/libmysqlpp/connection.h +++ b/libmysqlpp/connection.h @@ -32,7 +32,6 @@ namespace MySQL { private: my_bool my_true; - void checkResult(my_bool actual, my_bool expected) const; mutable unsigned int txDepth; mutable bool rolledback; }; |