mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Merge
This commit is contained in:
parent
f177dca440
commit
ca0051f30a
@ -75,7 +75,7 @@ StoragePtr StorageFactory::get(
|
||||
|
||||
ASTs & args = dynamic_cast<ASTExpressionList &>(*args_func.at(0)).children;
|
||||
|
||||
if (args.size() != 2)
|
||||
if (args.size() != 5)
|
||||
break;
|
||||
|
||||
String source_database = dynamic_cast<ASTIdentifier &>(*args[0]).name;
|
||||
|
Loading…
Reference in New Issue
Block a user