Skip to content

Commit 25535d0

Browse files
committed
WL#6815 Adapt MySQL Cluster to 5.7
- Update ndb_binlog_index.result file because output from SHOW BINLOG EVENTS has changed. Before, the result set was empty. Now, it contains one row with a Previous_gtids_log_event. But the row is filtered out by show_binlog_events.inc. The end result is that the column headers are added.
1 parent 53596a3 commit 25535d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/ndb_binlog/r/ndb_binlog_index.result

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Quick test of ndb-log-empty-epochs = 1
222222
select * from mysql.ndb_binlog_index order by epoch;
223223
Position File epoch inserts updates deletes schemaops orig_server_id orig_epoch gci next_position next_file
224224
include/show_binlog_events.inc
225+
Log_name Pos Event_type Server_id End_log_pos Info
225226
show variables like 'ndb_log_empty_epochs';
226227
Variable_name Value
227228
ndb_log_empty_epochs OFF
@@ -249,5 +250,6 @@ bi1.File != bi2.File;
249250
epoch Position File next_position next_file epoch Position File next_position next_file
250251
Show that we have no epochs in the Binlog
251252
include/show_binlog_events.inc
253+
Log_name Pos Event_type Server_id End_log_pos Info
252254
Disable
253255
set global ndb_log_empty_epochs=0;

0 commit comments

Comments
 (0)