]> git.pld-linux.org Git - packages/mysql.git/blob - bug-62472.patch
sample about setting default storage engine
[packages/mysql.git] / bug-62472.patch
1 --- Percona-Server-5.5.24-rel26.0/scripts/mysqlhotcopy.sh~      2012-04-27 16:02:58.000000000 +0300
2 +++ Percona-Server-5.5.24-rel26.0/scripts/mysqlhotcopy.sh       2012-07-20 15:04:53.541258700 +0300
3 @@ -802,8 +802,8 @@
4  
5      my $tables =
6          eval {
7 -            $dbh->selectall_arrayref('SHOW TABLES FROM ' .
8 -                                     $dbh->quote_identifier($db))
9 +            $dbh->selectall_arrayref('SHOW FULL TABLES FROM ' .
10 +                                     $dbh->quote_identifier($db) . 'WHERE Table_type = "BASE TABLE"')
11          } || [];
12      warn "Unable to retrieve list of tables in $db: $@" if $@;
13  
This page took 0.038991 seconds and 3 git commands to generate.