[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.10-15-gfd83e8f

Git repo owner gitmaster at git.koha-community.org
Wed Sep 10 17:18:29 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, 3.14.x has been updated
       via  fd83e8fa0d053d841fda5df4356e28c75aa59f22 (commit)
      from  9c3e95f196efa590b8aea3fee6334c9bf0d66adf (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 fd83e8fa0d053d841fda5df4356e28c75aa59f22
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Oct 14 21:10:31 2013 +0200

    Bug 10782 - Add a koha-mysqlcheck script
    
    This patch adds the koha-mysqlcheck script, as a "frontend" for
    the mysqlcheck command. It can be used to check the integrity of
    database tables, as well as to repair them. See "man mysqlcheck"
    for more information.
    
    The script takes a Koha instance name as its only required
    parameter. Any other parameters provided before the instance
    name are passed directly to mysqlcheck, which means that all
    the functionality of mysqlcheck is available through this script.
    
    To test the script:
    - Apply the patch, build your own packages and install them, or
    - copy koha-mysqlcheck to a server already running off packages
    
    - Run some variations of the command, with and without arguments,
      and check that the output makes sense. E.g.:
        sudo koha-mysqlcheck myinstance
        sudo koha-mysqlcheck -e myinstance # Extended checks
        sudo koha-mysqlcheck -e -v myinstance # Extended checks and verbose
    - See "man mysqlcheck" for other relevant options
    
    To test the man page:
    - Run these commands and look at the formatted man page:
        $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
          debian/docs/koha-mysqlcheck.xml
        $ man -l koha-mysqlcheck.8
    - Make sure this test passes:
        $ prove -v xt/verify-debian-docbook.t
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 25c932967f9def41b689b07f4536f398b612944b)

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

Summary of changes:
 debian/docs/koha-mysqlcheck.xml                |   44 ++++++++++++++++++++++++
 debian/scripts/{koha-mysql => koha-mysqlcheck} |   38 ++++++++++++--------
 2 files changed, 67 insertions(+), 15 deletions(-)
 create mode 100644 debian/docs/koha-mysqlcheck.xml
 copy debian/scripts/{koha-mysql => koha-mysqlcheck} (52%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list