1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Only install the first masters db and copy it for the other

Gives slightly faster startup


mysql-test/lib/mtr_misc.pl:
  Add verbose message
This commit is contained in:
unknown
2006-08-31 20:58:00 +02:00
parent cf747aa3f7
commit c0966c4fcc
2 changed files with 17 additions and 2 deletions

View File

@ -139,6 +139,8 @@ sub mtr_copy_dir($$) {
my $from_dir= shift;
my $to_dir= shift;
# mtr_verbose("Copying from $from_dir to $to_dir");
mkpath("$to_dir");
opendir(DIR, "$from_dir")
or mtr_error("Can't find $from_dir$!");