Skip to content

Commit c06bc66

Browse files
committed
MDEV-11065: Compressed binary log
Minor review comments/changes: - A bunch of style-fixes. - Change macros to static inline functions. - Update check_event_type() with compressed event types. - Small .result file update.
1 parent e1c5028 commit c06bc66

File tree

9 files changed

+267
-176
lines changed

9 files changed

+267
-176
lines changed

mysql-test/suite/rpl/r/rpl_checksum.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ connection slave;
7979
set @@global.debug_dbug='d,simulate_slave_unaware_checksum';
8080
start slave;
8181
include/wait_for_slave_io_error.inc [errno=1236]
82-
Last_IO_Error = 'Got fatal error 1236 from master when reading data from binary log: 'Slave can not handle replication events with the checksum that master is configured to log; the first event 'master-bin.000009' at 368, the last event read from 'master-bin.000010' at 4, the last byte read from 'master-bin.000010' at 249.''
82+
Last_IO_Error = 'Got fatal error 1236 from master when reading data from binary log: 'Slave can not handle replication events with the checksum that master is configured to log; the first event 'master-bin.000009' at 375, the last event read from 'master-bin.000010' at 4, the last byte read from 'master-bin.000010' at 256.''
8383
select count(*) as zero from t1;
8484
zero
8585
0

mysql-test/t/mysqlbinlog_row_compressed.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#
99
#
10-
# mysqlbinlog: comprssed row event
10+
# mysqlbinlog: compressed row event
1111
#
1212
#
1313

mysql-test/t/mysqlbinlog_stmt_compressed.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#
99
#
10-
# mysqlbinlog: comprssed query event
10+
# mysqlbinlog: compressed query event
1111
#
1212
#
1313

0 commit comments

Comments
 (0)