mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
fix typo
Former-commit-id: 42f539179307d39773762fd2df50fe99b3590f96
This commit is contained in:
parent
dff1648035
commit
f0bb92fb45
@ -193,7 +193,7 @@ Status DBMetaImpl::CreateTable(TableSchema &table_schema) {
|
||||
where(c(&TableSchema::table_id_) == table_schema.table_id_));
|
||||
if (table.size() == 1) {
|
||||
std::string msg = (TableSchema::TO_DELETE == std::get<0>(table[0])) ?
|
||||
"Table already exists" : "Table already exists and it is in delete state, please wait a second";
|
||||
"Table already exists and it is in delete state, please wait a second" : "Table already exists";
|
||||
return Status::Error(msg);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user