summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <tim@cane.mysql.fi>2001-01-02 16:24:32 +0200
committerunknown <tim@cane.mysql.fi>2001-01-02 16:24:32 +0200
commit7393b8994c6b858b88e63715acf6ad12ef87510a (patch)
treed159aeb5711160ec61175ef69425cc9f1f5759f1
parente1e63849719cc644813249056d0203706f5f06e0 (diff)
parente6da25ea25fb460c03119e72550129078999d73a (diff)
downloadmariadb-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_ok1
-rwxr-xr-xBuild-tools/Do-compile2
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");
}