提交 84a1105b 编写于 作者: A Alex Duan

fix(shell): describe show command need show whole result1

上级 2481f1cd
......@@ -550,7 +550,7 @@ bool shellIsShowWhole(const char *sql) {
if (taosStrCaseStr(sql, "describe ") != NULL) {
return true;
}
// describe
// show
if (taosStrCaseStr(sql, "show ") != NULL) {
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册