mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix clang-tidy
This commit is contained in:
parent
121ef74b17
commit
e9928fd703
@ -501,7 +501,8 @@ try
|
||||
elem.query = key.query;
|
||||
elem.query_id = entry->query_id;
|
||||
elem.bytes = entry->bytes.size();
|
||||
elem.exception = std::move(current_exception);
|
||||
elem.exception = current_exception;
|
||||
current_exception.clear();
|
||||
|
||||
/// If there was a parsing error,
|
||||
/// the entry won't be flushed anyway,
|
||||
|
Loading…
Reference in New Issue
Block a user