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

return AlreadyExist error


Former-commit-id: 0fe88b14dc0dcae4a10e4aa06ceaf8bda5bbff91
上级 9e9d9e44
......@@ -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.
先完成此消息的编辑!
想要评论请 注册