可以select除表名和表ID。

This commit is contained in:
zhengchao
2018-12-11 19:52:40 +06:00
parent 54778d65a5
commit 12baa32183
4 changed files with 60 additions and 12 deletions

View File

@@ -1246,6 +1246,7 @@ TEST_F(MaatCmdTest, SetLines)
return;
}
/*
//Following tests must be coded/tested at last, for they stalled the maat update thread and interrupt other tests.
TEST_F(MaatCmdTest, SetExprOneMillion)
{
@@ -1335,7 +1336,7 @@ TEST_F(MaatCmdTest, SetLinesOneMillion)
return;
}
*/
int g_test_update_paused=0;
void pause_update_test_entry_cb(int table_id,const char* table_line,void* u_para)
{