diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-07-12 13:51:25 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-07-12 13:51:25 +0200 |
commit | f9027b7a050186c504b9a5ab7e164c0cbaacb8f3 (patch) | |
tree | adcc5c65662a6dc771b0d87398bb5b83b2800889 | |
parent | 76b3ff25920c74fca63dbaffab55eb820a1ea8af (diff) | |
download | mariadb-git-f9027b7a050186c504b9a5ab7e164c0cbaacb8f3.tar.gz |
no open logging
adopted perl test script for new dir structure
BitKeeper/etc/config:
no open logging
mysql-test/mysql-test-run.pl:
adopted perl test script for new dir structure
-rw-r--r-- | BitKeeper/etc/config | 2 | ||||
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/BitKeeper/etc/config b/BitKeeper/etc/config index 1ac24031dca..56ae08e5ffa 100644 --- a/BitKeeper/etc/config +++ b/BitKeeper/etc/config @@ -24,7 +24,7 @@ description: MySQL - fast and reliable SQL database # repository is commercial it can be an internal email address or "none" # to disable logging. # -logging: logging@openlogging.org +logging: none # # If this field is set, all checkins will appear to be made by this user, # in effect making this a single user package. Single user packages are diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 6e2fb50d988..e3b35bb1e17 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -806,8 +806,8 @@ sub executable_setup () { $exe_mysql= mtr_exe_exists("$path_client_bindir/mysql"); $exe_mysql_fix_system_tables= mtr_script_exists("$glob_basedir/scripts/mysql_fix_privilege_tables"); - $path_ndb_tools_dir= mtr_path_exists("$glob_basedir/ndb/tools"); - $exe_ndb_mgm= "$glob_basedir/ndb/src/mgmclient/ndb_mgm"; + $path_ndb_tools_dir= mtr_path_exists("$glob_basedir/storage/ndb/tools"); + $exe_ndb_mgm= "$glob_basedir/storage/ndb/src/mgmclient/ndb_mgm"; } else { |