dbms: modified log message [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2013-02-17 19:55:05 +00:00
parent 10a41c00f4
commit 08ae323871

View File

@ -988,7 +988,7 @@ void Aggregator::destroyAggregateStates(AggregatedDataVariants & result)
if (result.size() == 0)
return;
LOG_TRACE(log, "Destroying aggregate states in case of exception");
LOG_TRACE(log, "Destroying aggregate states because query execution was cancelled");
/// В какой структуре данных агрегированы данные?
if (result.type == AggregatedDataVariants::WITHOUT_KEY)