[TD-3449]<fix>: fix drop if not exists error
This commit is contained in:
parent
9bccfe95c3
commit
5be1a1d736
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue