Bug #33987 in documentation for 5.0 log variable is showed as dynamic - but it is not
Submitted: 22 Jan 2008 17:51 Modified: 26 Mar 2008 21:30
Reporter: Bogdan Kecman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.0 OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[22 Jan 2008 17:51] Bogdan Kecman
Description:
http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html

page show that log variable is dynamic, and in fact it is not, it is dynamic only in 5.1 branch, not in 5.0

How to repeat:
mysql> set global log='/tmp/log.log';
ERROR 1238 (HY000): Variable 'log' is a read only variable

Suggested fix:
change to documentation - variable LOG is not dynamic
[26 Mar 2008 21:30] Jon Stephens
This is now shown as dynamic in the 5.0 version of the Manual.

This problem (along with several other like it) was due to incorrect parsing by the docs build system of dynamic-docs/command-optvars/mysqld.xml, which contained the correct info. Parser was recently fixed, so no new action required.