mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 14:02:21 +00:00
Allow custom default ORDER BY for system logs
This commit is contained in:
parent
a64765bc6f
commit
250ca83058
@ -154,7 +154,8 @@ std::shared_ptr<TSystemLog> createSystemLog(
|
||||
if (!ttl.empty())
|
||||
engine += " TTL " + ttl;
|
||||
|
||||
engine += " ORDER BY " + TSystemLog::getDefaultOrderBy();
|
||||
engine += " ORDER BY ";
|
||||
engine += TSystemLog::getDefaultOrderBy();
|
||||
}
|
||||
|
||||
// Validate engine definition grammatically to prevent some configuration errors
|
||||
|
Loading…
Reference in New Issue
Block a user