From f2a6da66374b546543e62dfbc1591f7273122b9a Mon Sep 17 00:00:00 2001 From: xiedeyantu Date: Sun, 18 Feb 2024 16:08:59 +0800 Subject: [PATCH] fix style --- src/Interpreters/InterpreterCreateQuery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpreters/InterpreterCreateQuery.cpp b/src/Interpreters/InterpreterCreateQuery.cpp index 0deaafd0b638..c8229f4274db 100644 --- a/src/Interpreters/InterpreterCreateQuery.cpp +++ b/src/Interpreters/InterpreterCreateQuery.cpp @@ -1057,7 +1057,7 @@ void InterpreterCreateQuery::setEngine(ASTCreateQuery & create) const setDefaultTableEngine(*create.storage, getContext()->getSettingsRef().default_temporary_table_engine.value); } } - else + else replace_storage(); checkTemporaryTableEngineName(create.storage->engine->name);