Commit 24203799 authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

merged with 3.23 replication updates

parents 0b8f1595 14c133fb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -37,8 +37,10 @@ From: $FROM
To: $INTERNALS
Subject: bk commit into 4.0 tree

Below is the list of changes that have just been pushed into main
4.0 repository. For information on how to access the repository
Below is the list of changes that have just been committed into a
4.0 repository of $USER. When $USER 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

EOF
+3 −0
Original line number Diff line number Diff line
#! /bin/sh

echo "Test: post-incoming works"
+3 −0
Original line number Diff line number Diff line
#! /bin/sh

echo "Test: post-outgoing works"
+7 −0
Original line number Diff line number Diff line
n
1
2
3
4
5
6
+1 −0
Original line number Diff line number Diff line
--sporadic-binlog-dump-fail --max-binlog-dump-events=2
Loading