mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
dbms: addition to prev. revision [#METR-17716].
This commit is contained in:
parent
5011e4d581
commit
38fa9c8982
@ -41,7 +41,7 @@ static void executeCreateQuery(const String & query, Context & context, const St
|
||||
{
|
||||
if (const auto id = dynamic_cast<const ASTFunction *>(ast_create_query.storage.get()))
|
||||
{
|
||||
if (id->name == "TinyLog")
|
||||
if (id->name == "TinyLog" || id->name == "StripeLog")
|
||||
{
|
||||
tryLogCurrentException(__PRETTY_FUNCTION__);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user