diff options
author | sasha@mysql.sashanet.com <> | 2002-01-19 19:16:52 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-01-19 19:16:52 -0700 |
commit | 56129ce634088b51dd60381711519c9125e8df72 (patch) | |
tree | 87da2fd65f79c28f4b97c4619f95b07797107d82 /mysql-test/t/rpl_log.test | |
parent | f4812729988dd07601a66ccb0636feaee8de9838 (diff) | |
download | mariadb-git-56129ce634088b51dd60381711519c9125e8df72.tar.gz |
Here comes a nasty patch, although I am not ready to push it yet. I will
first pull, merge,test, and get it to work.
The main change is the new replication code - now we have two slave threads
SQL thread and I/O thread. I have also re-written a lot of the code to
prepare for multi-master implementation.
I also documented IO_CACHE quite extensively and to some extend, THD class.
Diffstat (limited to 'mysql-test/t/rpl_log.test')
-rw-r--r-- | mysql-test/t/rpl_log.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/t/rpl_log.test b/mysql-test/t/rpl_log.test index 841524d57e6..0a5c62ed8d5 100644 --- a/mysql-test/t/rpl_log.test +++ b/mysql-test/t/rpl_log.test @@ -37,13 +37,13 @@ show binlog events in 'slave-bin.001' from 4; show binlog events in 'slave-bin.002' from 4; show slave status; show new master for slave with master_log_file='master-bin.001' and - master_log_pos=4 and master_log_seq=1 and master_server_id=1; + master_log_pos=4 and master_server_id=1; show new master for slave with master_log_file='master-bin.001' and - master_log_pos=79 and master_log_seq=2 and master_server_id=1; + master_log_pos=79 and master_server_id=1; show new master for slave with master_log_file='master-bin.001' and - master_log_pos=311 and master_log_seq=6 and master_server_id=1; + master_log_pos=311 and master_server_id=1; show new master for slave with master_log_file='master-bin.002' and - master_log_pos=4 and master_log_seq=1 and master_server_id=1; + master_log_pos=4 and master_server_id=1; show new master for slave with master_log_file='master-bin.002' and - master_log_pos=137 and master_log_seq=3 and master_server_id=1; + master_log_pos=122 and master_server_id=1; |