mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
proper cleanup after the test
This commit is contained in:
@ -155,3 +155,10 @@ DROP TABLE test.t1;
|
|||||||
DROP TABLE test.t2;
|
DROP TABLE test.t2;
|
||||||
DROP TABLE test.t3;
|
DROP TABLE test.t3;
|
||||||
DROP TABLE test.t4;
|
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;
|
||||||
|
@ -160,4 +160,14 @@ DROP TABLE test.t2;
|
|||||||
DROP TABLE test.t3;
|
DROP TABLE test.t3;
|
||||||
DROP TABLE test.t4;
|
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;
|
||||||
|
|
||||||
#End 5.1 test case
|
#End 5.1 test case
|
||||||
|
Reference in New Issue
Block a user