1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Add missing DROP TABLE

This commit is contained in:
msvensson@pilot.mysql.com
2008-03-14 17:59:03 +01:00
parent b933ae23e3
commit 9cc1698fea
6 changed files with 6 additions and 0 deletions

View File

@@ -12694,3 +12694,4 @@ SELECT * FROM t1 ORDER BY a;
a b
1 NULL
2 NULL
DROP TABLE t1;