From c7e200cdd8fcb0429442f6441e42500fea8f899c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 28 Jun 2001 18:22:29 -0600 Subject: 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 BitKeeper/triggers/post-commit: fixed message sql/mysqld.cc: added debugging options to force the master to occasionally break replication sql/slave.cc: cosmetic change to improve readability sql/sql_repl.cc: support for --sporadic-binlog-dump-fail and --max-binlog-dump-events sql/sql_repl.h: support for --sporadic-binlog-dump-fail and --max-binlog-dump-events --- BitKeeper/triggers/post-commit | 9 ++++++--- BitKeeper/triggers/post-incoming | 3 +++ BitKeeper/triggers/post-outgoing | 3 +++ 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 BitKeeper/triggers/post-incoming create mode 100755 BitKeeper/triggers/post-outgoing (limited to 'BitKeeper') diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 619b6f88cea..dc5f2f2b824 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -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+ diff --git a/BitKeeper/triggers/post-incoming b/BitKeeper/triggers/post-incoming new file mode 100644 index 00000000000..f1ea2255de9 --- /dev/null +++ b/BitKeeper/triggers/post-incoming @@ -0,0 +1,3 @@ +#! /bin/sh + +echo "Test: post-incoming works" diff --git a/BitKeeper/triggers/post-outgoing b/BitKeeper/triggers/post-outgoing new file mode 100755 index 00000000000..3fc2cdbad67 --- /dev/null +++ b/BitKeeper/triggers/post-outgoing @@ -0,0 +1,3 @@ +#! /bin/sh + +echo "Test: post-outgoing works" -- cgit v1.2.1 From 656d118a586d99180843899f33b5963e4c832da3 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 28 Jun 2001 18:41:51 -0600 Subject: chmod +x on post-incoming trigger BitKeeper/triggers/post-incoming: Change mode to -rwxrwxr-x --- BitKeeper/triggers/post-incoming | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 BitKeeper/triggers/post-incoming (limited to 'BitKeeper') diff --git a/BitKeeper/triggers/post-incoming b/BitKeeper/triggers/post-incoming old mode 100644 new mode 100755 -- cgit v1.2.1 From 63f3702cda38328b272c84f3fa5a04d0ec19917f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 29 Jun 2001 05:15:54 -0300 Subject: Completed the translation for the errmsg.txt Spanish file. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- BitKeeper/etc/logging_ok | 1 + 1 file changed, 1 insertion(+) (limited to 'BitKeeper') diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 83d7b6d611c..c1893cfd52d 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -6,3 +6,4 @@ paul@teton.kitebird.com monty@hundin.mysql.fi sasha@mysql.sashanet.com monty@work.mysql.com +miguel@light.local -- cgit v1.2.1