diff options
author | unknown <tim@cane.mysql.fi> | 2001-01-02 16:24:32 +0200 |
---|---|---|
committer | unknown <tim@cane.mysql.fi> | 2001-01-02 16:24:32 +0200 |
commit | 7393b8994c6b858b88e63715acf6ad12ef87510a (patch) | |
tree | d159aeb5711160ec61175ef69425cc9f1f5759f1 | |
parent | e1e63849719cc644813249056d0203706f5f06e0 (diff) | |
parent | e6da25ea25fb460c03119e72550129078999d73a (diff) | |
download | mariadb-git-7393b8994c6b858b88e63715acf6ad12ef87510a.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into cane.mysql.fi:/usr/home/tim/my/work
BitKeeper/etc/logging_ok:
auto-union
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rwxr-xr-x | Build-tools/Do-compile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 78bae9c1a87..2b5c1cefe52 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -5,3 +5,4 @@ mwagner@work.mysql.com sasha@mysql.sashanet.com sasha@work.mysql.com tim@cane.mysql.fi +tim@work.mysql.com diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 9fbfb677292..6ab42d5a0d8 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -142,7 +142,7 @@ $test_dir=<$pwd/$host/test/$ver-*>; if ($opt_stage <= 5 && !$opt_no_test) { - safe_cd($test_dir/mysql-test); + safe_cd("$test_dir/mysql-test"); check_system("./mysql-test-run", "tests were successful"); } |