Defines some MySQL constants

This commit is contained in:
Simone Mainardi 2017-04-20 16:46:01 +02:00
parent 0a1a6c0a2b
commit 0c1fd6071f
4 changed files with 12 additions and 4 deletions

View file

@ -47,7 +47,7 @@ class MySQLDB : public DB {
virtual ~MySQLDB();
virtual void* queryLoop();
bool createDBSchema();
virtual bool createDBSchema(bool set_db_created = true);
void disconnectFromDB(MYSQL *conn);
static volatile bool isDbCreated() { return db_created; };
void checkPointCounters(bool drops_only) {