mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Add missing DROP TABLE t1 to reslt file
This commit is contained in:
@ -68,6 +68,7 @@ test latin1_swedish_ci
|
||||
DROP DATABASE mysqltest1;
|
||||
|
||||
use test;
|
||||
DROP TABLE t1;
|
||||
|
||||
|
||||
# Connection: slave
|
||||
|
Reference in New Issue
Block a user