]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- this time really obsolete (already in 5.0.18)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Jan 2006 12:18:58 +0000 (12:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-bug-14610.patch -> 1.4

mysql-bug-14610.patch [deleted file]

diff --git a/mysql-bug-14610.patch b/mysql-bug-14610.patch
deleted file mode 100644 (file)
index 72e5189..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- 1.50/scripts/mysqlhotcopy.sh        2005-06-06 19:17:13 -07:00
-+++ 1.51/scripts/mysqlhotcopy.sh        2005-11-10 17:05:32 -08:00
-@@ -252,6 +252,7 @@
-     my $sth_dbs = $dbh->prepare("show databases");
-     $sth_dbs->execute;
-     while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
-+      next if $db_name =~ m/^information_schema$/i;
-       push @db_desc, { 'src' => $db_name, 't_regex' => $t_regex } if ( $db_name =~ m/$opt{regexp}/o );
-     }
- }
This page took 0.030274 seconds and 4 git commands to generate.