mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue