Bug #509 Variable missing
Submitted: 26 May 2003 12:46 Modified: 26 May 2003 14:45
Reporter: Jose Garcia Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.0.12-standard OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[26 May 2003 12:46] Jose Garcia
Description:
I tryied using the feature to set the default for the default_week_format and mysql replies:

mysql> set session default_week_format = 3;
ERROR 1193: Unknown system variable 'default_week_format'
mysql> set global default_week_format = 3;
ERROR 1193: Unknown system variable 'default_week_format'

Thanks.

How to repeat:
mysql> set session default_week_format = 3;

or

mysql> set global default_week_format = 3;
[26 May 2003 14:45] Indrek Siitan
Currently, the variable is only implemented in MySQL 4.1 and later. However, it might be 
introduced in the later 4.0 releases as well.