mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix connectionID.cpp after fail https://clickhouse-test-reports.s3.yandex.net/22042/419e1555d66469aee90ffb991baad6b2b4f8b294/fast_test.html#fail1
This commit is contained in:
parent
419e1555d6
commit
769162765c
@ -34,8 +34,8 @@ private:
|
||||
|
||||
void registerFunctionConnectionID(FunctionFactory & factory)
|
||||
{
|
||||
factory.registerFunction<FunctionConnectionID>();
|
||||
factory.registerAlias("connection_id", "connectionID", FunctionFactory::CaseInsensitive);
|
||||
factory.registerFunction<FunctionConnectionID>(FunctionFactory::CaseInsensitive);
|
||||
factory.registerAlias("connection_id", "connectionID");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user