Skip to content

Commit 3d878a2

Browse files
committed
WL#6815 Adapt MySQL Cluster to 5.7
- ignore the warnings produced by ndbcluster's binlog thread when the mysqld is restarted. These warnings are expected. - this is an "old new thing" but test has been disabled - ref: Bug17258782 MASTER DIDN'T WRITE ... LOG FILE FOR INCIDENT
1 parent 80e0bef commit 3d878a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mysql-test/suite/ndb_binlog/t/ndb_binlog_purge.test

+6-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ call go_forth_and_make_binlog(40);
7272

7373
#show binary logs;
7474

75+
# Ignore the warning generated by ndbcluster's binlog thread
76+
# when mysqld is restarted
77+
--disable_query_log ONCE
78+
call mtr.add_suppression("mysqld startup An incident event has been written");
79+
7580
--echo Now restart, should re-pickup the expire-log-days
7681
--echo debug setting from the config file, and perform
7782
--echo expire-logs action at restart...
@@ -89,4 +94,4 @@ let $mysqld_name=mysqld.1.1;
8994

9095
drop procedure go_forth_and_make_binlog;
9196
drop table tm;
92-
drop table tn;
97+
drop table tn;

0 commit comments

Comments
 (0)