mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23
This commit is contained in:
@@ -37,7 +37,7 @@ WARNING: THIS PROGRAM IS STILL IN BETA. Comments/patches welcome.
|
||||
|
||||
# Documentation continued at end of file
|
||||
|
||||
my $VERSION = "1.16";
|
||||
my $VERSION = "1.17";
|
||||
|
||||
my $opt_tmpdir = $ENV{TMPDIR} || "/tmp";
|
||||
|
||||
@@ -388,6 +388,8 @@ foreach my $rdb ( @db_desc ) {
|
||||
foreach my $td ( '', @{$rdb->{raid_dirs}} ) {
|
||||
|
||||
my $tgt_dirpath = "$rdb->{target}/$td";
|
||||
# Remove trailing slashes (needed for Mac OS X)
|
||||
substr($tgt_dirpath, 1) =~ s|/+$||;
|
||||
if ( $opt{dryrun} ) {
|
||||
print "mkdir $tgt_dirpath, 0750\n";
|
||||
}
|
||||
@@ -1001,3 +1003,5 @@ resulted in nothing being copied when a regexp was specified but no
|
||||
database name(s).
|
||||
|
||||
Martin Waite - Fix to handle database name that contains space.
|
||||
|
||||
Paul DuBois - Remove end '/' from directory names
|
||||
|
Reference in New Issue
Block a user