]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/OverIdx.pm
over+msgmap: do not store filename after DBI->connect
[public-inbox.git] / lib / PublicInbox / OverIdx.pm
index 13aa2d74aed760e0b85ae277b014b059e2c64d00..ea8da72336d1d13701111f0bf16367eccb544d1e 100644 (file)
@@ -431,7 +431,7 @@ sub rollback_lazy {
 sub disconnect {
        my ($self) = @_;
        die "in transaction" if $self->{txn};
-       $self->{dbh} = undef;
+       $self->SUPER::disconnect;
 }
 
 sub create {