]> git.pld-linux.org Git - packages/mysql.git/commitdiff
adjust for 5.6.14
authorElan Ruusamäe <glen@delfi.ee>
Fri, 20 Dec 2013 13:01:21 +0000 (15:01 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 22 Dec 2013 15:28:34 +0000 (17:28 +0200)
bug-44278.patch

index f8371b0a9f489098c3da9a63a519630cacea2312..b5d680cdec4733c90e11a800e610cece51699e03 100644 (file)
@@ -25,8 +25,8 @@ Content-Disposition: inline
     modified:
       scripts/mysqlhotcopy.sh
 === modified file 'scripts/mysqlhotcopy.sh'
     modified:
       scripts/mysqlhotcopy.sh
 === modified file 'scripts/mysqlhotcopy.sh'
---- a/scripts/mysqlhotcopy.sh  2009-04-28 16:16:17 +0000
-+++ b/scripts/mysqlhotcopy.sh  2009-08-04 18:57:34 +0000
+--- Percona-Server-5.6.14-rel62.0/scripts/mysqlhotcopy.sh~     2013-12-20 14:56:59.000000000 +0200
++++ Percona-Server-5.6.14-rel62.0/scripts/mysqlhotcopy.sh      2013-12-20 14:58:39.183005974 +0200
 @@ -222,7 +222,7 @@ my ($tgt_dirname, $to_other_database);
  $to_other_database=0;
  if (defined($tgt_name) && $tgt_name =~ m:^\w+$: && @db_desc <= 1)
 @@ -222,7 +222,7 @@ my ($tgt_dirname, $to_other_database);
  $to_other_database=0;
  if (defined($tgt_name) && $tgt_name =~ m:^\w+$: && @db_desc <= 1)
@@ -75,16 +75,16 @@ Content-Disposition: inline
    }
  }
  
    }
  }
  
-@@ -414,7 +417,8 @@ foreach my $rdb ( @db_desc ) {
+@@ -464,7 +464,8 @@
+     else {
+         mkdir($tgt_dirpath, 0750) or die "Can't create '$tgt_dirpath': $!\n"
              unless -d $tgt_dirpath;
              unless -d $tgt_dirpath;
-         if ($^O !~ m/^(NetWare)$/)  
-         {
--            my @f_info= stat "$datadir/$rdb->{src}";
-+            my @f_info= stat "$datadir/" .
-+                             encode_identifier_as_filename($rdb->{src});
-             chown $f_info[4], $f_info[5], $tgt_dirpath;
-         }
+-        my @f_info= stat "$datadir/$rdb->{src}";
++        my @f_info= stat "$datadir/" .
++                         encode_identifier_as_filename($rdb->{src});
+         chown $f_info[4], $f_info[5], $tgt_dirpath;
      }
      }
+ }
 @@ -471,7 +475,9 @@ my @failed = ();
  
  foreach my $rdb ( @db_desc )
 @@ -471,7 +475,9 @@ my @failed = ();
  
  foreach my $rdb ( @db_desc )
This page took 0.291418 seconds and 4 git commands to generate.