projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8735d05
)
Add note about proper makdelta track behavior
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 3 Nov 2014 04:41:26 +0000
(23:41 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 3 Nov 2014 04:41:26 +0000
(23:41 -0500)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index f21ebde8ed4f3ddb0a5d9044b154abf7f9375ca5..4775e428e34c74269a7e116de1b5542ba75a4f10 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-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