Bug #43689 syslog parameter is not displayed
Submitted: 17 Mar 2009 7:50 Modified: 19 Mar 2009 9:18
Reporter: Oli Sennhauser Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Options Severity:S4 (Feature request)
Version:5.1.20 and above OS:Any
Assigned to: CPU Architecture:Any

[17 Mar 2009 7:50] Oli Sennhauser
Description:
When using SYSLOG for logging mysqld error log information it is NOT visible in SHOW GLOBAL VARIABLES;

How to repeat:
SHOW GLOBAL VARIABLES LIKE '%sys%';

Suggested fix:
I would like to see the 3 syslog related parameters in the output.
[19 Mar 2009 9:18] Sergei Golubchik
mysqld (5.1 at least) does not support logging to syslog.
It's implemented in the mysqld_safe script