提交 8ca3b33c 编写于 作者: Z zhiru

return AlreadyExist error


Former-commit-id: b80220e68e8a5a53c1a2fef4e90d8a4729a85996
上级 5d714dfb
......@@ -347,7 +347,7 @@ namespace meta {
return Status::Error("Table already exists and it is in delete state, please wait a second");
}
else {
return Status::OK();//table already exists, no error
return Status::AlreadyExist("Table already exists");
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册