[koha-commits] main Koha release repository branch new/bug_9681 created. v3.12.00-beta1-492-g5a9a82d

Git repo owner gitmaster at git.koha-community.org
Wed May 8 15:57:07 CEST 2013


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, new/bug_9681 has been created
        at  5a9a82dcc3ebdb3b7f130edbfb8c6ef67f97eb68 (commit)

- Log -----------------------------------------------------------------
commit 5a9a82dcc3ebdb3b7f130edbfb8c6ef67f97eb68
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed May 8 10:03:26 2013 -0400

    Bug 9681: Increment version number
    
    Database update for bug 9681 has been given version 3.11.00.301

commit 68ff49bb7d982737c41a225cd697b8fb60d0b4ab
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon May 6 15:06:47 2013 +0200

    Bug 9681: Add some indexes in database
    
    Some table columns should have an index to speed SQL queries :
    - statistics table has only one index (used to make heavy queries for reports)
    - itemtype should have an index in items and biblioitems (this is used in circulation to check the number of existing issues of a specific item type)
    - issue.branchcode and issue.issuingbranch
    
    Test plan :
    - Create a new database using kohastructure.pl
    => check there is no SQL error and that new indexes are present (mysql> show create table)
    Apply update database on a master version
    => check there is no SQL error and that new indexes are present (mysql> show create table)
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Indexes created as described. No errors.
    Fixing small merge conflict.
    Test presence of new indexes on all affected tables.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 061f4a2f3444ee2cbdb0ffe661e9b75fffae27a9
Merge: 4bd9406 30d0674
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed May 8 10:00:53 2013 -0400

    Merge branch 'bug_10185' into 3.14-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list