Skip to content

Commit dcde034

Browse files
committed
WL#8500 Adapt MySQL Cluster to 8.0
- remove comments intended for descibing problem with altering and dropping tablespace in future version
1 parent 99aa7b2 commit dcde034

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

mysql-test/suite/ndbcluster/tablespace_basic.test

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,13 @@ DELETE FROM t1 ORDER BY b DESC;
3535

3636
DROP TABLE t1;
3737

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-
#
4638
ALTER TABLESPACE ts1
4739
DROP DATAFILE 'ts1_datafile.dat'
4840
ENGINE=NDB;
4941

5042
DROP TABLESPACE ts1
5143
ENGINE=NDB;
5244

53-
# Finally dropping the logfile group does not work since
54-
# it still contains tablespaces, this is expected
5545
DROP LOGFILE GROUP lg1
5646
ENGINE=NDB;
5747

58-
# Improper cleanup from testcase, need full restart
59-
--source include/force_restart.inc

0 commit comments

Comments
 (0)