Show MySQL processlist output during shema migration

Fixes #2286
This commit is contained in:
emanuele-f 2019-01-08 20:39:39 +01:00
parent f19608d0d5
commit f4be144bc4
4 changed files with 123 additions and 53 deletions

View file

@ -71,6 +71,7 @@ class MySQLDB : public DB {
void shutdown();
void updateStats(const struct timeval *tv);
void lua(lua_State* vm, bool since_last_checkpoint) const;
static int exec_single_query(lua_State *vm, char *sql);
#ifdef NTOPNG_PRO
bool dumpAggregatedFlow(time_t when, AggregatedFlow *f) { return(false); };
#endif