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:
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user