Add note about proper makdelta track behavior
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 3 Nov 2014 04:41:26 +0000 (23:41 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 3 Nov 2014 04:41:26 +0000 (23:41 -0500)
Bucardo.pm

index f21ebde8ed4f3ddb0a5d9044b154abf7f9375ca5..4775e428e34c74269a7e116de1b5542ba75a4f10 100644 (file)
@@ -9759,12 +9759,11 @@ sub push_rows {
                         INSERT INTO bucardo.$goat->{deltatable} $cols
                         VALUES $vals
                     });
-                    # Make sure we track it!
+                    # Make sure we track it - but only if this sync already acts as a source
                     $dbh->do(qq{
                         INSERT INTO bucardo.$goat->{tracktable}
                         VALUES (NOW(), ?)
                     }, undef, $d->{DBGROUPNAME});
-$self->glog("ZZZZZ TEST $d->{DBGROUPNAME}!!");
 
                     $self->glog("Signalling all other syncs that this table has changed", LOG_DEBUG);
                     ## Cache this