File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ NDBT_ProgramExit: 0 - OK
22
22
23
23
"Wait reconnect"
24
24
DROP TABLE dt_1;
25
- DROP TABLE IF EXISTS dt_2;
26
25
ALTER TABLESPACE ts_1
27
26
DROP DATAFILE 'data_2.dat'
28
27
ENGINE NDBCLUSTER;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ while($mysql_errno)
91
91
UPDATE dt_1 SET member_id = 6 WHERE member_id = 5;
92
92
}
93
93
# UNDO_TUP_DROP
94
- --exec $NDB_DROP_TABLE -d test dt_2 >> $NDB_TOOLS_OUTPUT
94
+ DROP TABLE dt_2;
95
95
let $mysql_errno = ER_LOCK_WAIT_TIMEOUT;
96
96
97
97
@@ -140,14 +140,10 @@ DELETE FROM dt_1 WHERE member_id = 1;
140
140
# cluster has been restored or timeout occurs
141
141
#
142
142
--echo "Wait reconnect"
143
- --disable_result_log
144
143
--source include/ndb_not_readonly.inc
145
- --enable_result_log
146
144
147
145
# Cleanup
148
146
DROP TABLE dt_1;
149
- # Drop dt_2 in mysqld as well
150
- DROP TABLE IF EXISTS dt_2;
151
147
152
148
ALTER TABLESPACE ts_1
153
149
DROP DATAFILE 'data_2.dat'
You can’t perform that action at this time.
0 commit comments