mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
58da59854d
commit
dda05f0322
@ -435,6 +435,9 @@ void IdoMysqlConnection::FinishAsyncQueries(bool force)
|
|||||||
IncreaseQueryCount();
|
IncreaseQueryCount();
|
||||||
count++;
|
count++;
|
||||||
|
|
||||||
|
Log(LogDebug, "IdoMysqlConnection")
|
||||||
|
<< "Query: " << aq.Query;
|
||||||
|
|
||||||
querybuf << aq.Query;
|
querybuf << aq.Query;
|
||||||
num_bytes += size_query;
|
num_bytes += size_query;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user