[Cornea-devel] [cornea commit] r20 - trunk/perl/lib/Cornea
svn-commit at lists.omniti.com
svn-commit at lists.omniti.com
Wed Aug 26 20:28:52 EDT 2009
Author: jesus
Date: 2009-08-26 20:28:52 -0400 (Wed, 26 Aug 2009)
New Revision: 20
Modified:
trunk/perl/lib/Cornea/RecallTable.pm
Log:
typo
Modified: trunk/perl/lib/Cornea/RecallTable.pm
===================================================================
--- trunk/perl/lib/Cornea/RecallTable.pm 2009-08-26 15:23:09 UTC (rev 19)
+++ trunk/perl/lib/Cornea/RecallTable.pm 2009-08-27 00:28:52 UTC (rev 20)
@@ -386,7 +386,7 @@
$problem = "remote peer not initialized";
$dbh->do("TRUNCATE cornea.asset_${ptbl}_queue");
$problem = "error pulling remote data";
- my $sth = $dbh->prepare("FETCH FORWARD 10000 FROM initipull");
+ my $sth = $dbh->prepare("FETCH FORWARD 10000 FROM initpull");
my $internal_rows_moved;
do {
$internal_rows_moved = 0;
More information about the Cornea-devel
mailing list