[koha-commits] main Koha release repository branch master updated. v3.16.00-36-g750a9ec

Git repo owner gitmaster at git.koha-community.org
Mon May 26 02:25:38 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  750a9ec97cbc44c6d1d8a6c595019cee7d96ef8e (commit)
      from  695c7f7bef59040ed236bc9f25056b4924fb6528 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 750a9ec97cbc44c6d1d8a6c595019cee7d96ef8e
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Apr 29 18:17:59 2014 +1200

    Bug 8970 - fix MARC import under plack
    
    There were database handles being shared between a parent and a child
    process, which is a big no-no, and was leading to crazy crashes. Fine
    under CGI, but not in a persistent environment. This causes the child to
    make a new database handle to use. Also some small cleanups.
    
    To test:
    * In a plack environment,
    * Tools -> stage MARC records for import
    * Use a reasonable size file (but not too big as it all goes into RAM -
      I made one about 40MB.)
    * Make sure that it works, and that the progress bars progress.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Tested with a 55M file, I reproduced the error and I confirm this patch
    fixes it.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 tools/stage-marc-import.pl |   53 ++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list