[TD-3449]<fix>: fix drop if not exists error

This commit is contained in:
Shengliang Guan 2021-03-29 03:14:51 +00:00
parent 9bccfe95c3
commit 5be1a1d736
1 changed files with 2 additions and 0 deletions

View File

@ -878,5 +878,7 @@ if $rows != 0 then
endi
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