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

fixed message in post-commit trigger

added debugging options to master to behave sporadically, and a 
test case to make sure the slave can deal with it
parent a3208140
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -37,9 +37,12 @@ From: $FROM
To: $INTERNALS
Subject: bk commit into 3.23 tree

Below is the list of changes that have just been pushed into main
3.23. repository. For information on how to access the repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
Below is the list of changes that have just been commited into a local
3.23. repository of $USER. When $USER does a push, they will be
propogaged to the main repository and within 24 hours after the push into
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
  bk changes -v -r+
+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