[packages/mysql] - up to 5.5.28

arekm arekm at pld-linux.org
Tue Nov 6 19:04:58 CET 2012


commit e6de4e01712e8a04bff03088f306913825a22bb3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Nov 6 19:04:51 2012 +0100

    - up to 5.5.28

 bug-62472.patch | 13 -------------
 1 file changed, 13 deletions(-)
---
diff --git a/bug-62472.patch b/bug-62472.patch
deleted file mode 100644
index 1b391ac..0000000
--- a/bug-62472.patch
+++ /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 $@;
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/d79171ec49bf7a6cdcf9850f4178fa6220bd3b03



More information about the pld-cvs-commit mailing list