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

proper cleanup after the test

This commit is contained in:
serg@sergbook.mysql.com
2006-05-31 10:30:48 +02:00
parent 7135b559ab
commit a1b9c3a1ed
2 changed files with 17 additions and 0 deletions

View File

@ -155,3 +155,10 @@ DROP TABLE test.t1;
DROP TABLE test.t2;
DROP TABLE test.t3;
DROP TABLE test.t4;
ALTER TABLESPACE table_space1
DROP DATAFILE './table_space1/datafile.dat'
ENGINE = NDB;
DROP TABLESPACE table_space1
ENGINE = NDB;
DROP LOGFILE GROUP log_group1
ENGINE =NDB;