提交 17b77c44 编写于 作者: A Alex Duan

feat: auto get stable after use db

上级 932dc94f
......@@ -1684,7 +1684,7 @@ bool matchEnd(TAOS* con, SShellCmd* cmd) {
char* last = lastWord(ps);
char* elast = strrchr(last, '.'); // find end last
if(elast) {
last = elast;
last = elast + 1;
}
if(strlen(last) < 2 ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册