fix: forget add show views
This commit is contained in:
parent
d964caf31e
commit
8ff92bb46e
|
@ -206,6 +206,7 @@ SWords shellCommands[] = {
|
||||||
{"show grants full;", 0, 0, NULL},
|
{"show grants full;", 0, 0, NULL},
|
||||||
{"show grants logs;", 0, 0, NULL},
|
{"show grants logs;", 0, 0, NULL},
|
||||||
#ifdef TD_ENTERPRISE
|
#ifdef TD_ENTERPRISE
|
||||||
|
{"show views;", 0, 0, NULL},
|
||||||
{"split vgroup <vgroup_id>", 0, 0, NULL},
|
{"split vgroup <vgroup_id>", 0, 0, NULL},
|
||||||
#endif
|
#endif
|
||||||
{"insert into <tb_name> values(", 0, 0, NULL},
|
{"insert into <tb_name> values(", 0, 0, NULL},
|
||||||
|
@ -570,6 +571,7 @@ void showHelp() {
|
||||||
split vgroup <vgroup_id>;\n\
|
split vgroup <vgroup_id>;\n\
|
||||||
show compacts;\n\
|
show compacts;\n\
|
||||||
show compact \n\
|
show compact \n\
|
||||||
|
show views;\n\
|
||||||
show create view <all_table>;");
|
show create view <all_table>;");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue