Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Nov 18, 2024
1 parent 4fc884e commit 4dd63a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbms/src/Interpreters/InterpreterCreateQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ std::unique_ptr<DDLGuard> tryGetDDLGuard(
"Table " + database_name + "." + table_name + " already exists.",
ErrorCodes::TABLE_ALREADY_EXISTS);
}
return guard;
}
catch (Exception & e)
{
Expand Down

0 comments on commit 4dd63a9

Please sign in to comment.