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

added missing cleanup in test causing later test to fail

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-04-20 15:28:31 +02:00
parent f8ca779aca
commit 6be87a41a2
2 changed files with 17 additions and 0 deletions

View File

@ -716,3 +716,11 @@ DELETE FROM t1;
--- End test 5 key partition testing ---
--- Do Cleanup ---
DROP TABLE IF EXISTS t1;
alter tablespace ts1
drop datafile 'datafile.dat'
engine=ndb;
alter tablespace ts1
drop datafile 'datafile02.dat'
engine=ndb;
DROP TABLESPACE ts1 ENGINE=NDB;
DROP LOGFILE GROUP lg1 ENGINE=NDB;