diff options
author | unknown <monty@donna.mysql.com> | 2000-12-16 23:41:45 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-12-16 23:41:45 +0200 |
commit | cf22d6559242255769d867400ddf859f3dbfe2d7 (patch) | |
tree | a884910ed118d34b9de837e52be9e458c4b8619d /Build-tools | |
parent | 6fc748e3c408e2ef3df8f7c5177fa9339ae4ce2e (diff) | |
download | mariadb-git-cf22d6559242255769d867400ddf859f3dbfe2d7.tar.gz |
Fixed error when copying mysqld_multimysql-3.23.29a-gamma
Fixes for mysql-test
Fixed race condition in SHOW LOGS
BUILD/compile-solaris-sparc:
cleanup
Build-tools/Do-compile:
Fixed problem
Makefile.am:
Merged tests with benchmarks
configure.in:
Fix for Solaris 2.8
scripts/Makefile.am:
Fixed error when copying mysqld_multi
scripts/make_binary_distribution.sh:
Fixes for mysql-test
sql/ha_berkeley.cc:
Fixed race condition in SHOW LOGS
sql/mysqld.cc:
Fixed bug in networking
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 527cd5becde..d62fe95f1ea 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -61,7 +61,7 @@ if ($opt_stage == 0) log_system("$host/bin/mysqladmin --no-defaults -u root -S $mysql_unix_port -s shutdown"); } system("touch $host/mysql-fix-for-glob"); - rm_all(<$host/mysql-*>); + rm_all(<$host/mysql-3*>); rm_all("$host/test"); system("mkdir $host") if (! -d $host); system("mkdir $host/test") if (! -d "$host/test"); |