]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- patch for perl-DBD-mysql api change
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Jun 2007 11:32:32 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-bug-27694.patch -> 1.1

mysql-bug-27694.patch [new file with mode: 0644]

diff --git a/mysql-bug-27694.patch b/mysql-bug-27694.patch
new file mode 100644 (file)
index 0000000..8bd745e
--- /dev/null
@@ -0,0 +1,10 @@
+--- /usr/bin/mysqlhotcopy~     2007-06-21 14:17:42.000000000 +0300
++++ /usr/bin/mysqlhotcopy      2007-06-21 14:17:43.671033114 +0300
+@@ -840,6 +840,7 @@
+     my $quote = $dbh->get_info(29); # SQL_IDENTIFIER_QUOTE_CHAR
+     if ($quote) {
+       foreach (@dbh_tables) {
++        s/$quote.+$quote\.//; # perl-DBD-mysql-4.003 fix
+         s/^$quote(.*)$quote$/$1/;
+         s/$quote$quote/$quote/g;
+       }
This page took 0.091378 seconds and 4 git commands to generate.