1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

another cleanup patch for removing tables before tests start.

This commit is contained in:
brian@zim.(none)
2006-02-27 13:27:25 -08:00
parent f0f8795beb
commit 23e384fc3e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
drop table if exists t1,t2;
create table t1(a int, unique(a));
insert into t1 values(2);
create table t2(a int);