diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-06-28 19:48:49 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-06-28 19:48:49 -0600 |
commit | 1ed2bcc8889f6b968c473044caaeefd603bb377b (patch) | |
tree | b4b1a65d3190201dcc5c9ad8a4a05f36ddcd759c /BitKeeper | |
parent | 09b6895facbfafb492d543e1ee801fd3075290c0 (diff) | |
parent | 62febccfec7e98d0c0a2f06c1662f787bd221dfc (diff) | |
download | mariadb-git-1ed2bcc8889f6b968c473044caaeefd603bb377b.tar.gz |
merged with 3.23 replication updates
mysql-test/r/type_float.result:
Auto merged
sql/sql_repl.h:
Auto merged
BitKeeper/triggers/post-commit:
merged with 3.23 updates
sql/mysqld.cc:
merged
sql/slave.cc:
merged
sql/sql_repl.cc:
merged
Diffstat (limited to 'BitKeeper')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 6 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-incoming | 3 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-outgoing | 3 |
3 files changed, 10 insertions, 2 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 68cb64266a8..895c813c9e6 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -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 diff --git a/BitKeeper/triggers/post-incoming b/BitKeeper/triggers/post-incoming new file mode 100755 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" |