Merge pull request #43203 from ClickHouse/fix-typo-2

Fix typo
This commit is contained in:
Alexey Milovidov 2022-11-15 01:39:34 +01:00 committed by GitHub
commit 6e01b2b2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,8 +307,8 @@ static StoragePtr create(const StorageFactory::Arguments & args)
else if (!args.attach && !args.getLocalContext()->getSettingsRef().allow_deprecated_syntax_for_merge_tree)
{
throw Exception(ErrorCodes::BAD_ARGUMENTS, "This syntax for *MergeTree engine is deprecated. "
"Use extended storage definition syntax with ORDER BY/PRIMARY KEY clause."
"See also allow_deprecated_syntax_for_merge_tree setting.");
"Use extended storage definition syntax with ORDER BY/PRIMARY KEY clause. "
"See also `allow_deprecated_syntax_for_merge_tree` setting.");
}
/// For Replicated.