mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed missing table_list->name -> table_list->alias convert
myisam/mi_open.c: Fixed problem with wrongly calculated max_data_file_length mysql-test/Makefile.am: Added missing .require test files scripts/mysqlhotcopy.sh: Remove end / from directory names (portability fix) tests/grant.res: Update of test results
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