Skip to content

Commit 09740ae

Browse files
committed
Merge branch 'mysql-8.0' into mysql-8.4
Change-Id: Ice34183ec1b871076ee8aecb6d79e90b8d8a9279
2 parents 48d3715 + 5c5739c commit 09740ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/ndb/r/ndb_tctakeover2.result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Consume ops up to target
3535
Restart TC node
3636
Wait for not started state
3737
Check no operations from failed TC remain (must be none)
38-
select * from ndbinfo.cluster_operations where tc_node_id=2;;
3938
node_id block_instance transid operation_type state tableid fragmentid client_node_id client_block_ref tc_node_id tc_block_no tc_block_instance
4039
Start TC node
4140
Wait for all started
@@ -62,7 +61,6 @@ Consume ops up to target
6261
Restart TC node
6362
Wait for not started state
6463
Check no operations from failed TC remain (must be none)
65-
select * from ndbinfo.cluster_operations where tc_node_id=1;;
6664
node_id block_instance transid operation_type state tableid fragmentid client_node_id client_block_ref tc_node_id tc_block_no tc_block_instance
6765
Start TC node
6866
Wait for all started

mysql-test/suite/ndb/t/ndb_tctakeover2.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ while ($extra_pages < 2)
8080
exec $NDB_WAITER --not-started -w $tcnode >> $NDB_TOOLS_OUTPUT;
8181

8282
--echo Check no operations from failed TC remain (must be none)
83+
--disable_query_log
8384
--eval select * from ndbinfo.cluster_operations where tc_node_id=$tcnode;
85+
--enable_query_log
8486

8587
--echo Start TC node
8688
exec $NDB_MGM -e "$tcnode start" >> $NDB_TOOLS_OUTPUT;

0 commit comments

Comments
 (0)