]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-bug-27694.patch
- re-enable federated; rel 5
[packages/mysql.git] / mysql-bug-27694.patch
CommitLineData
e5883421
ER
1--- mysql-5.0.41/scripts/mysqlhotcopy.sh~ 2007-06-21 14:17:42.000000000 +0300
2+++ mysql-5.0.41/scripts/mysqlhotcopy.sh 2007-06-21 14:17:43.671033114 +0300
39502b34
ER
3@@ -840,6 +840,7 @@
4 my $quote = $dbh->get_info(29); # SQL_IDENTIFIER_QUOTE_CHAR
5 if ($quote) {
6 foreach (@dbh_tables) {
7+ s/$quote.+$quote\.//; # perl-DBD-mysql-4.003 fix
8 s/^$quote(.*)$quote$/$1/;
9 s/$quote$quote/$quote/g;
10 }
This page took 0.02613 seconds and 4 git commands to generate.