summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-08-31 20:58:00 +0200
committerunknown <msvensson@shellback.(none)>2006-08-31 20:58:00 +0200
commitc0966c4fccd74ea5ef60e81026b3d3088335ad93 (patch)
tree1f465e4b058bf06eeba87f8829a7ccf2f5a14062 /mysql-test/lib
parentcf747aa3f7d6f176f3b103fcb71f2288d475bb99 (diff)
downloadmariadb-git-c0966c4fccd74ea5ef60e81026b3d3088335ad93.tar.gz
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
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/mtr_misc.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/lib/mtr_misc.pl b/mysql-test/lib/mtr_misc.pl
index 0ab09a40b37..dd9d24ebc8e 100644
--- a/mysql-test/lib/mtr_misc.pl
+++ b/mysql-test/lib/mtr_misc.pl
@@ -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$!");