File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
mysql-test/suite/ndbcluster Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -35,25 +35,13 @@ DELETE FROM t1 ORDER BY b DESC;
35
35
36
36
DROP TABLE t1;
37
37
38
- # BUG#NNN
39
- # Can't drop tablespace here, it seems like NDB does not allow
40
- # dropping a tablespace with datafiles.
41
- #
42
- # Trying to workaround by dropping the datafile first does not
43
- # work either since MySQL Server refuses to drop tablesapce without
44
- # datafiles
45
- #
46
38
ALTER TABLESPACE ts1
47
39
DROP DATAFILE 'ts1_datafile.dat'
48
40
ENGINE=NDB;
49
41
50
42
DROP TABLESPACE ts1
51
43
ENGINE=NDB;
52
44
53
- # Finally dropping the logfile group does not work since
54
- # it still contains tablespaces, this is expected
55
45
DROP LOGFILE GROUP lg1
56
46
ENGINE=NDB;
57
47
58
- # Improper cleanup from testcase, need full restart
59
- --source include/force_restart.inc
You can’t perform that action at this time.
0 commit comments