Post-merge patch for extra/rpl_test/rpl_log.test:
Remove size of binlog file from SHOW BINARY LOGS. Changing size of binlog file is an affect of adding or removing events to/from binlog and it can be checked in next command of test: SHOW BINLOG EVENTS. For SHOW BINARY LOGS statement enough to show the list of file names.
This commit is contained in:
parent
f21af1060e
commit
01e368d1f6
@ -71,6 +71,7 @@ connection master;
|
||||
select * from t1 order by 1 asc;
|
||||
|
||||
sync_slave_with_master;
|
||||
|
||||
#check t1 on slave to ensure whether it's identical with on master
|
||||
select * from t1 order by 1 asc;
|
||||
flush logs;
|
||||
@ -88,9 +89,11 @@ source include/show_binlog_events.inc;
|
||||
--replace_column 2 # 5 #
|
||||
--replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/
|
||||
show binlog events in 'master-bin.000002';
|
||||
--replace_column 2 #
|
||||
show binary logs;
|
||||
sync_slave_with_master;
|
||||
--source include/wait_for_slave_to_start.inc
|
||||
--replace_column 2 #
|
||||
show binary logs;
|
||||
--replace_result $MASTER_MYPORT MASTER_PORT $VERSION VERSION
|
||||
--replace_column 2 # 5 #
|
||||
|
@ -214,12 +214,12 @@ master-bin.000002 # Write_rows 1 # table_id: # flags: STMT_END_F
|
||||
master-bin.000002 # Query 1 # use `test`; COMMIT
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
master-bin.000001 1540
|
||||
master-bin.000002 516
|
||||
master-bin.000001 #
|
||||
master-bin.000002 #
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
slave-bin.000001 1638
|
||||
slave-bin.000002 417
|
||||
slave-bin.000001 #
|
||||
slave-bin.000002 #
|
||||
show binlog events in 'slave-bin.000001' from 4;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
slave-bin.000001 # Format_desc 2 # Server ver: VERSION, Binlog ver: 4
|
||||
|
@ -214,12 +214,12 @@ master-bin.000002 # Write_rows 1 # table_id: # flags: STMT_END_F
|
||||
master-bin.000002 # Xid 1 # COMMIT /* XID */
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
master-bin.000001 1456
|
||||
master-bin.000002 474
|
||||
master-bin.000001 #
|
||||
master-bin.000002 #
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
slave-bin.000001 1536
|
||||
slave-bin.000002 366
|
||||
slave-bin.000001 #
|
||||
slave-bin.000002 #
|
||||
show binlog events in 'slave-bin.000001' from 4;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
slave-bin.000001 # Format_desc 2 # Server ver: VERSION, Binlog ver: 4
|
||||
|
@ -203,12 +203,12 @@ master-bin.000002 # Query 1 # use `test`; create table t2 (n int)ENGINE=MyISAM
|
||||
master-bin.000002 # Query 1 # use `test`; insert into t2 values (1)
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
master-bin.000001 1347
|
||||
master-bin.000002 392
|
||||
master-bin.000001 #
|
||||
master-bin.000002 #
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
slave-bin.000001 1450
|
||||
slave-bin.000002 293
|
||||
slave-bin.000001 #
|
||||
slave-bin.000002 #
|
||||
show binlog events in 'slave-bin.000001' from 4;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
slave-bin.000001 # Format_desc 2 # Server ver: VERSION, Binlog ver: 4
|
||||
|
@ -224,12 +224,12 @@ master-bin.000002 # Write_rows 1 # table_id: # flags: STMT_END_F
|
||||
master-bin.000002 # Query 1 # COMMIT
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
master-bin.000001 1760
|
||||
master-bin.000002 623
|
||||
master-bin.000001 #
|
||||
master-bin.000002 #
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
slave-bin.000001 1855
|
||||
slave-bin.000002 202
|
||||
slave-bin.000001 #
|
||||
slave-bin.000002 #
|
||||
show binlog events in 'slave-bin.000001' from 4;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
slave-bin.000001 # Format_desc 2 # Server ver: VERSION, Binlog ver: 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user