Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Feb 18, 2024
1 parent 76c3ae1 commit f2a6da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interpreters/InterpreterCreateQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f2a6da6

Please sign in to comment.