From 18c59a9d11ceee4887241b4a31d6df67b81acf94 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 14 Oct 2013 06:56:19 +0000 Subject: [PATCH] - PLD merge, fix for bug 66589 --- bug-66589.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bug-66589.patch diff --git a/bug-66589.patch b/bug-66589.patch new file mode 100644 index 0000000..fbf75e6 --- /dev/null +++ b/bug-66589.patch @@ -0,0 +1,10 @@ +--- 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 ); + } + } -- 2.44.0