]> TLD Linux GIT Repositories - packages/mysql.git/blobdiff - bug-66589.patch
- Percona Server 5.7 from PLD, renamed back to MySQL
[packages/mysql.git] / bug-66589.patch
diff --git a/bug-66589.patch b/bug-66589.patch
deleted file mode 100644 (file)
index fbf75e6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- Percona-Server-5.5.33-rel31.1/scripts/mysqlhotcopy.sh~     2013-10-02 20:29:57.000000000 +0300
-+++ Percona-Server-5.5.33-rel31.1/scripts/mysqlhotcopy.sh      2013-10-02 20:30:33.825747635 +0300
-@@ -268,6 +268,7 @@
-     $sth_dbs->execute;
-     while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
-       next if $db_name =~ m/^information_schema$/i;
-+      next if $db_name =~ m/^performance_schema$/i;
-       push @db_desc, { 'src' => $db_name, 't_regex' => $t_regex } if ( $db_name =~ m/$opt{regexp}/o );
-     }
- }