[Koha-bugs] [Bug 14443] New: Man pages need to be updated for koha-mysql

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 23 18:35:05 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14443

            Bug ID: 14443
           Summary: Man pages need to be updated for koha-mysql
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: gmcharlt at gmail.com
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

The following bug:

Bug 12372 -- "feature request: debian/scripts/koha-mysql should be able to
handle arbitrary mysql arguments."

Extends the way that koha-mysql may be called. Once that patch is applied,
arbitrary mysql arguments may be given after the instance name.

The synopsis should change to

    koha-mysql INSTANCE-NAME [ mysql arguments ]

Also, the '-e' option is now available, so the example usage may change to

    koha-mysql {instancename} -e "Some SQL query"

It would also be useful to provide an explicit example of a mysql argument
whose functionality was previously entirely unavailable, e.g.

    koha-mysql {instancename} --skip-column-names

'See Also' should mention mysql.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list