@ -5550,6 +5550,7 @@ static void *listener(void *arg)
if (wq_item) {
wqgot++;
process_queued(conn, wq_item);
tick();
}
if (left == 0 && wq_stt.tv_sec != 0L) {
@ -51,7 +51,7 @@
#define DB_VLOCK "1"
#define DB_VERSION "1.0.5"
#define CKDB_VERSION DB_VERSION"-2.001"
#define CKDB_VERSION DB_VERSION"-2.002"
#define WHERE_FFL " - from %s %s() line %d"
#define WHERE_FFL_HERE __FILE__, __func__, __LINE__