Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Nov 5, 2024
1 parent e3e238c commit e4dc829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ private void allReplicasCreated() {
}
tbl.writeLock();
try {
if (!db.registerTable(tbl)) {
if (!db.createTable(tbl)) {
status = new Status(ErrCode.COMMON_ERROR, "Table " + tbl.getName()
+ " already exist in db: " + db.getFullName());
return;
Expand Down

0 comments on commit e4dc829

Please sign in to comment.