Ignore:
Timestamp:
2016-05-09T16:53:48+12:00 (8 years ago)
Author:
ak19
Message:

Fixing incremental-rebuild when the database is gdbm. At this point (see buildcolutils.pm), the code needs to deactivate the collection before calling make_infodatabase(), since otherwise there's a lock on the gdbm database which prevents successful incremental-rebuild and activation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/extrabuilder.pm

    r24462 r30517  
    113113}
    114114
     115# for now, orthogonalbuilder subclasses don't support/require make_infodatabase()
     116sub supports_make_infodatabase {
     117    return 0;
     118}
     119
    115120sub make_infodatabase {
    116121    my $self = shift (@_);
Note: See TracChangeset for help on using the changeset viewer.