[koha-commits] main Koha release repository branch master updated. v3.14.00-554-g5c4ae87

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 21:53:46 CET 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  5c4ae8768dee984a1bdb240e0fee790c76ae6919 (commit)
       via  6f728fb05062fc549a635a82970f7dc10f0f9748 (commit)
      from  54a17d97dcdcf31e9d4228c89473c82373e48e68 (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 5c4ae8768dee984a1bdb240e0fee790c76ae6919
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 21:11:40 2014 +0000

    Bug 3445: DBRev. 3.15.00.021
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 6f728fb05062fc549a635a82970f7dc10f0f9748
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Nov 19 11:21:13 2013 +0100

    Bug 3445: add more indexes on the action_logs table
    
    This patch adds database indexes for action_logs table to speed up the
    "log viewer" page.
    
    Removes the existing index on timestamp+user to add an index on each
    column since search colums are separately defined in log viewer form.
    
    Test plan:
    - Update database
    - Play with log viewer : /cgi-bin/koha/tools/viewlog.pl
    - Perform searches with only one filter defined
    - Also check you see indexes with SQL query :
        SHOW CREATE TABLE action_logs
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Rephrased the updatedatabase message a bit:
    Add indexes to action_logs table
    Passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 installer/data/mysql/kohastructure.sql |    7 ++++++-
 installer/data/mysql/updatedatabase.pl |   16 ++++++++++++++++
 kohaversion.pl                         |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list