mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
--do-test option in mysql-test-run - will do only tests that match the pattern
updated rotate event to set new position along with the new log
This commit is contained in:
@ -23,8 +23,8 @@ master-bin.001 263 Query 1 5 use test; drop table t1
|
||||
master-bin.001 311 Query 1 6 use test; create table t1 (word char(20) not null)
|
||||
master-bin.001 386 Load 1 7 use test; LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1 FIELDS TERMINATED BY '\t' ESCAPED BY '\\' LINES TERMINATED BY '\n' (word)
|
||||
master-bin.001 468 Query 1 8 use test; drop table t1
|
||||
master-bin.001 516 Rotate 1 9 master-bin.002
|
||||
master-bin.001 549 Stop 1 10
|
||||
master-bin.001 516 Rotate 1 9 master-bin.002;pos=4
|
||||
master-bin.001 557 Stop 1 10
|
||||
Log_name Pos Event_type Server_id Log_seq Info
|
||||
master-bin.002 4 Start 1 1 Server ver: 4.0.0-debug-log, Binlog ver: 2
|
||||
master-bin.002 79 Query 1 2 use test; create table t1 (n int)
|
||||
@ -45,8 +45,8 @@ slave-bin.001 253 Query 1 4 use test; insert into t1 values (NULL)
|
||||
slave-bin.001 316 Query 1 5 use test; drop table t1
|
||||
slave-bin.001 364 Query 1 6 use test; create table t1 (word char(20) not null)
|
||||
slave-bin.001 439 Query 1 8 use test; drop table t1
|
||||
slave-bin.001 487 Rotate 2 3 slave-bin.002; forced by master
|
||||
slave-bin.001 519 Stop 2 4
|
||||
slave-bin.001 487 Rotate 2 3 slave-bin.002;pos=4; forced by master
|
||||
slave-bin.001 527 Stop 2 4
|
||||
Log_name Pos Event_type Server_id Log_seq Info
|
||||
slave-bin.002 4 Start 2 1 Server ver: 4.0.0-debug-log, Binlog ver: 2
|
||||
slave-bin.002 79 Slave 2 2 host=127.0.0.1,port=9306,log=master-bin.002,pos=4
|
||||
|
Reference in New Issue
Block a user