feat: auto fill database name and sys table name1

This commit is contained in:
Alex Duan 2023-02-11 22:22:17 +08:00
parent c13b0e68d9
commit af14254639
1 changed files with 2 additions and 2 deletions

View File

@ -1685,12 +1685,12 @@ bool matchEnd(TAOS* con, SShellCmd* cmd) {
// match database
if (fillWithType(con, last, WT_VAR_DBNAME)) {
ret = true
ret = true;
goto _return;
}
if (fillWithType(con, last, WT_VAR_SYSTABLE)) {
ret = true
ret = true;
goto _return;
}