-
Notifications
You must be signed in to change notification settings - Fork 794
changed log_error to log-error and pid_file to pid-file to match the mys... #394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
how come this works now? |
The mysql daemon script uses default values if it cannot find the value specified in /etc/my.cnf file: datadir, pid-file, log-error, and (i believe) socket. Having incorrect keys (log_error and pid_file), will always assign the defaults hard coded in the script and not what this module is writing in its /etc/my.cnf . If you were to pass pid-file => /your/path in the override options like: |
#395 is also part of the picture |
Will now need a rebase, can you do that, please? |
Rebase is not the correct way to do this. You would want to keep the commit history between my original pull request AND show me merging upstream. |
rebase is the way we do things around here. |
…mysqld service script
rebased |
? |
rebased again.. It needs merged so I dont have to keep doing it.. |
changed log_error to log-error and pid_file to pid-file to match the mys...
Sorry for the delay on this one, merged! |
...qld service script