Former-commit-id: 136fb068edc40479889c21ecc1f54506500b15ba
This commit is contained in:
starlord 2019-07-12 12:21:37 +08:00
parent 3cc783550a
commit 48b306022b

View File

@ -244,10 +244,10 @@ ClientTest::Test(const std::string& address, const std::string& port) {
DoSearch(conn, search_record_array, "Search after build index finish");
}
// {//delete table
// Status stat = conn->DeleteTable(TABLE_NAME);
// std::cout << "DeleteTable function call status: " << stat.ToString() << std::endl;
// }
{//delete table
Status stat = conn->DeleteTable(TABLE_NAME);
std::cout << "DeleteTable function call status: " << stat.ToString() << std::endl;
}
{//server status
std::string status = conn->ServerStatus();