]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- up to 5.5.28
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Nov 2012 18:04:51 +0000 (19:04 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Nov 2012 18:04:51 +0000 (19:04 +0100)
bug-62472.patch [deleted file]

diff --git a/bug-62472.patch b/bug-62472.patch
deleted file mode 100644 (file)
index 1b391ac..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- Percona-Server-5.5.24-rel26.0/scripts/mysqlhotcopy.sh~     2012-04-27 16:02:58.000000000 +0300
-+++ Percona-Server-5.5.24-rel26.0/scripts/mysqlhotcopy.sh      2012-07-20 15:04:53.541258700 +0300
-@@ -802,8 +802,8 @@
-     my $tables =
-         eval {
--            $dbh->selectall_arrayref('SHOW TABLES FROM ' .
--                                     $dbh->quote_identifier($db))
-+            $dbh->selectall_arrayref('SHOW FULL TABLES FROM ' .
-+                                     $dbh->quote_identifier($db) . 'WHERE Table_type = "BASE TABLE"')
-         } || [];
-     warn "Unable to retrieve list of tables in $db: $@" if $@;
This page took 0.07644 seconds and 4 git commands to generate.