mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-26 11:08:51 +02:00
(A)sync? per query
This commit is contained in:
parent
da197960d1
commit
8f58da8a0f
@ -562,7 +562,7 @@ void IdoMysqlConnection::FinishAsyncQueries()
|
||||
count++;
|
||||
|
||||
Log(LogDebug, "IdoMysqlConnection")
|
||||
<< "Query: " << aq.Query;
|
||||
<< "Query (async): " << aq.Query;
|
||||
|
||||
querybuf << aq.Query;
|
||||
num_bytes += size_query;
|
||||
@ -653,7 +653,7 @@ IdoMysqlResult IdoMysqlConnection::Query(const String& query)
|
||||
FinishAsyncQueries();
|
||||
|
||||
Log(LogDebug, "IdoMysqlConnection")
|
||||
<< "Query: " << query;
|
||||
<< "Query (sync): " << query;
|
||||
|
||||
IncreaseQueryCount();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user