mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Defines some MySQL constants
This commit is contained in:
parent
0a1a6c0a2b
commit
0c1fd6071f
4 changed files with 12 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue