mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fixed error when copying mysqld_multi
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
This commit is contained in:
parent
77a3ea5103
commit
289de3ff9d
8 changed files with 44 additions and 25 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue