Merge pull request #5608 from taosdata/feature/linux

[TD-3449]<fix>: fix drop if not exists error
This commit is contained in:
Shengliang Guan 2021-03-29 17:56:40 +08:00 committed by GitHub
commit 5ba4898aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -878,5 +878,7 @@ if $rows != 0 then
endi endi
sql drop topic t2 sql drop topic t2
sql_error drop topic abc
sql drop topic if exists abc;
system sh/exec.sh -n dnode1 -s stop -x SIGINT system sh/exec.sh -n dnode1 -s stop -x SIGINT