ALT Linux Bugzilla
– Attachment 1065 Details for
Bug 7719
[FR] extendedstatus support in initscript
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
extendedstatus
mysqld.init.diff (text/plain), 485 bytes, created by
Michael Shigorin
on 2005-08-20 00:09:27 MSD
(
hide
)
Description:
extendedstatus
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2005-08-20 00:09:27 MSD
Size:
485 bytes
patch
obsolete
>--- mysqld.orig 2005-03-24 15:49:07 +0200 >+++ mysqld 2005-08-19 23:06:44 +0300 >@@ -101,6 +101,17 @@ > status --pidfile "$PIDFILE" --expect-user mysql mysqld > RETVAL=$? > ;; >+ extendedstatus) >+ if [ "$EUID" = 0 ]; then >+ if [ -e "$LOCKFILE" ]; then >+ mysqladmin status >+ else >+ $0 status >+ fi >+ else >+ mysqladmin status # may bark if mysqld is down >+ fi >+ ;; > *) > msg_usage "${0##*/} {start|stop|reload|restart|condstop|condrestart|adjust|status}" > RETVAL=1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7719
: 1065