]> git.pld-linux.org Git - packages/mysql.git/blame - bug-66589.patch
adjust for 5.6.14
[packages/mysql.git] / bug-66589.patch
CommitLineData
758b3679
ER
1--- Percona-Server-5.5.33-rel31.1/scripts/mysqlhotcopy.sh~ 2013-10-02 20:29:57.000000000 +0300
2+++ Percona-Server-5.5.33-rel31.1/scripts/mysqlhotcopy.sh 2013-10-02 20:30:33.825747635 +0300
3@@ -268,6 +268,7 @@
4 $sth_dbs->execute;
5 while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
6 next if $db_name =~ m/^information_schema$/i;
7+ next if $db_name =~ m/^performance_schema$/i;
8 push @db_desc, { 'src' => $db_name, 't_regex' => $t_regex } if ( $db_name =~ m/$opt{regexp}/o );
9 }
10 }
This page took 0.043452 seconds and 4 git commands to generate.