diff options
author | Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com> | 2014-01-08 10:04:05 +0530 |
---|---|---|
committer | Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com> | 2014-01-08 10:04:05 +0530 |
commit | 1ef8ed17f1b8547eed41f94edc73ca9b9c9dd2ea (patch) | |
tree | 78f4a2a89f3a6c63db103a1485259677ed05775d /extra | |
parent | c052bec059997b50e2d2916bb6cecc03201cdbb8 (diff) | |
download | mariadb-git-1ef8ed17f1b8547eed41f94edc73ca9b9c9dd2ea.tar.gz |
BUG#17324415:GETTING MYSQLD --HELP AS ROOT EXITS WITH 1
Analysis
--------
Running 'MYSQLD --help --verbose' as ROOT user without
using '--user' option displays the help contents but
aborts at the end with an exit code '1'.
While starting the server, a validation is performed to
ensure when the server is started as root user, it should
be done using '--user' option. Else we abort. In case
of help, we dump the help contents and abort.
Fix:
---
During the validation, we skip aborting the server incase
we are using the help option under the condition mentioned
above.
NOTE: Test case has not been added since it requires using
'root' user.
Diffstat (limited to 'extra')
0 files changed, 0 insertions, 0 deletions