diff options
author | monty@donna.mysql.com <> | 2000-12-16 23:41:45 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-16 23:41:45 +0200 |
commit | 5cce198b6959a910925bf90c5abfb2275bff1891 (patch) | |
tree | a884910ed118d34b9de837e52be9e458c4b8619d /Build-tools | |
parent | bed1668e238593454c756a1f3f68a4e0be5ec929 (diff) | |
download | mariadb-git-5cce198b6959a910925bf90c5abfb2275bff1891.tar.gz |
Fixed error when copying mysqld_multi
Fixes for mysql-test
Fixed race condition in SHOW LOGS
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"); |