SOURCES: mysql-bug-20153.patch - oops, call proper method

glen glen at pld-linux.org
Fri Jun 9 17:46:31 CEST 2006


Author: glen                         Date: Fri Jun  9 15:46:31 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- oops, call proper method

---- Files affected:
SOURCES:
   mysql-bug-20153.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mysql-bug-20153.patch
diff -u SOURCES/mysql-bug-20153.patch:1.1 SOURCES/mysql-bug-20153.patch:1.2
--- SOURCES/mysql-bug-20153.patch:1.1	Fri Jun  9 17:45:56 2006
+++ SOURCES/mysql-bug-20153.patch	Fri Jun  9 17:46:26 2006
@@ -4,7 +4,7 @@
  while ( my ($var,$value) = $sth_vars->fetchrow_array ) {
      $mysqld_vars{ $var } = $value;
  }
-+$sth_vars->free;
++$sth_vars->finish();
  my $datadir = $mysqld_vars{'datadir'}
      || die "datadir not in mysqld variables";
      $datadir= $opt{chroot}.$datadir if ($opt{chroot});
@@ -12,7 +12,7 @@
  	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 );
      }
-+    $sth_dbs->free;
++    $sth_dbs->finish();
  }
  
  # --- get list of tables to hotcopy ---
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql-bug-20153.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list