fix print typo in general/db/basic5.sim.
This commit is contained in:
parent
b17e732938
commit
8c86feba0a
|
@ -46,7 +46,7 @@ if $data02 != ready then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print =============== drop table
|
print =============== drop database
|
||||||
sql drop database d1
|
sql drop database d1
|
||||||
|
|
||||||
sql show databases
|
sql show databases
|
||||||
|
|
Loading…
Reference in New Issue