mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
dbms: Server: Support for multiple time zones: development [#METR-15618]
This commit is contained in:
parent
072d110f67
commit
17f681ba8c
@ -210,7 +210,7 @@ void QueryLog::flush()
|
||||
{
|
||||
LOG_TRACE(log, "Flushing query log");
|
||||
|
||||
DateLUT & date_lut = DateLUT::instance();
|
||||
auto & date_lut = DateLUT::instance();
|
||||
|
||||
Block block = createBlock();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user