Below is the list of changes that have just been committed into a
4.0 repository of sasha. When sasha does a push, they will be propogated to
the main repository and within 24 hours after the push to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet@stripped, 2001-06-30 14:32:51-06:00, sasha@stripped
mysql-test/r/rpl_log.result
fixed left over hard coded version instances in the result
mysql-test/r/rpl_log.result
1.6 01/06/30 14:32:50 sasha@stripped +2 -2
fixed left over hard coded version instances in the result
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: sasha
# Host: mysql.sashanet.com
# Root: /home/sasha/src/bk/mysql-4.0
--- 1.5/mysql-test/r/rpl_log.result Sat Jun 30 13:08:33 2001
+++ 1.6/mysql-test/r/rpl_log.result Sat Jun 30 14:32:50 2001
@@ -37,7 +37,7 @@
slave-bin.001
slave-bin.002
Log_name Pos Event_type Server_id Log_seq Info
-slave-bin.001 4 Start 2 1 Server ver: 4.0.0-debug-log, Binlog ver: 2
+slave-bin.001 4 Start 2 1 Server ver: $VERSION, Binlog ver: 2
slave-bin.001 79 Slave 2 2 host=127.0.0.1,port=$MASTER_MYPORT,log=master-bin.001,pos=4
slave-bin.001 132 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
slave-bin.001 225 Intvar 1 3 INSERT_ID=1
@@ -48,7 +48,7 @@
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 4 Start 2 1 Server ver: $VERSION, Binlog ver: 2
slave-bin.002 79 Slave 2 2 host=127.0.0.1,port=$MASTER_MYPORT,log=master-bin.002,pos=4
slave-bin.002 132 Query 1 2 use test; create table t1 (n int)
slave-bin.002 190 Query 1 3 use test; insert into t1 values (1)
| Thread |
|---|
| • bk commit into 4.0 tree | sasha | 30 Jun |