Loading BitKeeper/etc/config +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading mysql-test/mysql-test-run.pl +2 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
BitKeeper/etc/config +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
mysql-test/mysql-test-run.pl +2 −2 Original line number Diff line number Diff line Loading @@ -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 { Loading