Ignore:
Timestamp:
2007-01-24T16:48:54+13:00 (17 years ago)
Author:
mdewsnip
Message:

GLI/LOCAL LIBRARY: To prevent the problems with the GLI being unable to install newly built collections because the local library is holding files open, much more care needs to be taken to close files (typically the GDBM database and the MG/MGPP index files) after use. Fixed a lot of places where files were being left open.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mgqueryfilter.cpp

    r12314 r13780  
    445445  }
    446446
     447  gdbmptr->closedatabase();  // Important that local library doesn't leave any files open
    447448  response.numDocs = queryresults.docs_matched;
    448449  response.isApprox = queryresults.is_approx;
Note: See TracChangeset for help on using the changeset viewer.