mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user