added missing cleanup in test causing later test to fail
This commit is contained in:
parent
f8ca779aca
commit
6be87a41a2
@ -716,3 +716,11 @@ DELETE FROM t1;
|
|||||||
--- End test 5 key partition testing ---
|
--- End test 5 key partition testing ---
|
||||||
--- Do Cleanup ---
|
--- Do Cleanup ---
|
||||||
DROP TABLE IF EXISTS t1;
|
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;
|
||||||
|
@ -297,5 +297,14 @@ SHOW CREATE TABLE t1;
|
|||||||
--echo --- Do Cleanup ---
|
--echo --- Do Cleanup ---
|
||||||
|
|
||||||
DROP TABLE IF EXISTS t1;
|
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;
|
||||||
|
--sync_slave_with_master
|
||||||
|
|
||||||
# End of 5.1 test case
|
# End of 5.1 test case
|
||||||
|
Loading…
x
Reference in New Issue
Block a user