Bug #27086 mysql.server should use LSB shell functions
Submitted: 13 Mar 2007 14:30 Modified: 22 Mar 2007 2:34
Reporter: Monty Taylor Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0, 5.1 OS:Linux (linux)
Assigned to: Assigned Account CPU Architecture:Any

[13 Mar 2007 14:30] Monty Taylor
Description:
Currently, mysql.server uses some of the lsb init scripts functions, defining them if they do not exist, but does other activities covered by the lsb init script by hand. Other init functions like log_progress_msg, log_end_msg and log_daemon_msg should be used instead of returning or echoing directly. 

How to repeat:
Run the init script. 

Suggested fix:
Implement stubs for lsb functions whose functionality we don't really use. Replace code that doesn't use the lsb functions with code that does.
[22 Mar 2007 2:34] Monty Taylor
duplicate of #27367