1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

add missing DROP TABLE [IF EXISTS] clauses

This commit is contained in:
unknown
2005-12-26 10:16:36 +03:00
parent b3abc9773e
commit 01e1d1a0af
4 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
drop table if exists t1,t2;
drop table if exists t1,t2,t3,t4;
drop database if exists client_test_db;
create table t1
(