@@ -28,7 +28,6 @@ CREATE TABLESPACE ts_1
28
28
create table t1(id int NOT NULL PRIMARY KEY, data char(8)) engine=ndb;
29
29
create table t2(id int NOT NULL PRIMARY KEY, data char(8))
30
30
TABLESPACE ts_1 STORAGE DISK engine=ndb;
31
- # BUG#13714648
32
31
create table t5(id int NOT NULL PRIMARY KEY, data char(8)) max_rows=50000000 engine=ndb;
33
32
create table t6(id int not null primary key, val int unique key, dat blob, txt text) engine=ndb;
34
33
@@ -123,11 +122,14 @@ sleep 3;
123
122
--exec $NDB_DESC -dtest -n t6 '$bt_test_t6_dat' '$bt_test_t6_txt'
124
123
125
124
## Create nodegroup for "new" nodes
125
+ --replace_regex /Connected to Management Server at: .*//
126
126
--exec $NDB_MGM -e "create nodegroup 3,4"
127
127
128
128
## Drop
129
+ --replace_regex /Connected to Management Server at: .*//
129
130
--exec $NDB_MGM -e "drop nodegroup 1"
130
131
## and create
132
+ --replace_regex /Connected to Management Server at: .*//
131
133
--exec $NDB_MGM -e "create nodegroup 3,4"
132
134
133
135
# Cluster running after adding two ndbd nodes
@@ -242,6 +244,7 @@ drop procedure updateload;
242
244
243
245
connection ddl;
244
246
## Drop nodegroup with "new" nodes
247
+ --replace_regex /Connected to Management Server at: .*//
245
248
--exec $NDB_MGM -e "drop nodegroup 1"
246
249
247
250
# Cleanup
0 commit comments