diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-12 13:46:19 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-12 13:46:19 -0600 |
commit | e87069b916796ec04c4952ad8c38df6830a4f049 (patch) | |
tree | 6b6eccc0d4314f9fdf07f9dfbc2a30d22af14870 /BitKeeper/triggers | |
parent | 9780530005bc7143d40e6553a19dceb02f790bb2 (diff) | |
download | mariadb-git-e87069b916796ec04c4952ad8c38df6830a4f049.tar.gz |
BitKeeper/triggers/post-commit
do REAL_EMAIL magic
mysql-test/mysql-test-run.sh
added show_failed_diffs
mysql-test/r/bench_count_distinct.result
tired of waiting :-)
mysql-test/r/rpl000001.result
new test results after implementing Monty's Hack (TM)
mysql-test/t/bench_count_distinct.test
tired of waiting
mysql-test/t/rpl000001.test
implemented Monty's Hack (TM) to kill a query in the middle of update
without generating a table with 30,000 rows. This will also avoice the
timing uncertainty
BitKeeper/triggers/post-commit:
do REAL_EMAIL magic
mysql-test/mysql-test-run.sh:
added show_failed_diffs
mysql-test/r/bench_count_distinct.result:
tired of waiting :-)
mysql-test/r/rpl000001.result:
new test results after implementing Monty's Hack (TM)
mysql-test/t/bench_count_distinct.test:
tired of waiting
mysql-test/t/rpl000001.test:
implemented Monty's Hack (TM) to kill a query in the middle of update
without generating a table with 30,000 rows. This will also avoice the
timing uncertainty
Diffstat (limited to 'BitKeeper/triggers')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index b4b37742872..fe561c79fae 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -5,6 +5,13 @@ TO=dev@mysql.com FROM=$USER@mysql.com LIMIT=10000 +if [ "$REAL_EMAIL" = "" ] +then + echo "Warning: you must set REAL_EMAIL in your profile" +else + FROM=$REAL_EMAIL +fi + BK_STATUS=$BK_STATUS$BK_COMMIT if [ "$BK_STATUS" = OK ] |