projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe5e776
)
Don't bother comparing log_cnt values for sequences.
author
Rosser Schwarz
<rosser.schwarz@gmail.com>
Wed, 19 May 2010 01:32:59 +0000
(21:32 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Wed, 19 May 2010 01:32:59 +0000
(21:32 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 5a4b54ad2ee69bcbf60429ee9cb927f4250d6361..99d26383c63a4dc1172928600a54b7ad82c0641b 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-1967,6
+1967,7
@@
sub start_mcp {
$sth->execute();
$info = $sth->fetchall_arrayref({})->[0];
for my $key (sort keys %$info) {
+ next if $key eq 'log_cnt';
if (! exists $g->{sequenceinfo}{$key}) {
$self->glog(qq{Warning! Sequence on target has item $key, but source does not!});
next;