mirror of https://github.com/Icinga/icinga2.git
parent
58da59854d
commit
dda05f0322
|
@ -435,6 +435,9 @@ void IdoMysqlConnection::FinishAsyncQueries(bool force)
|
|||
IncreaseQueryCount();
|
||||
count++;
|
||||
|
||||
Log(LogDebug, "IdoMysqlConnection")
|
||||
<< "Query: " << aq.Query;
|
||||
|
||||
querybuf << aq.Query;
|
||||
num_bytes += size_query;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue