mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Add missing DROP TABLE
This commit is contained in:
@@ -1786,6 +1786,7 @@ t2 CREATE TABLE `t2` (
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
|
||||
DROP TABLE t2;
|
||||
DROP TABLE t1;
|
||||
|
||||
# -- End of test case for Bug#21380.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user