fix(shell): describe show command need show whole result1
This commit is contained in:
parent
2481f1cdb3
commit
84a1105be0
|
@ -550,7 +550,7 @@ bool shellIsShowWhole(const char *sql) {
|
||||||
if (taosStrCaseStr(sql, "describe ") != NULL) {
|
if (taosStrCaseStr(sql, "describe ") != NULL) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// describe
|
// show
|
||||||
if (taosStrCaseStr(sql, "show ") != NULL) {
|
if (taosStrCaseStr(sql, "show ") != NULL) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue