Bug #61977 Wrong location ID
Submitted: 26 Jul 2011 4:37 Modified: 11 Aug 2011 14:17
Reporter: Denis Zhadan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.0, 5.1, 5.5 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[26 Jul 2011 4:37] Denis Zhadan
Description:
in document: http://dev.mysql.com/doc/refman/5.0/en/locale-support.html

for Estonia: "EE: Estonian - Estonia"
id='EE' is wrong

How to repeat:
try: 
SET lc_time_names = 'EE';

result:
Unknown locale: 'EE'

correct id: 'et_EE'

correct sql:
SET lc_time_names = 'et_EE';
[26 Jul 2011 10:25] Valeriy Kravchuk
Thank you for the bug report. Verified on all GA server versions, so all manual pages up to http://dev.mysql.com/doc/refman/5.5/en/locale-support.html at least should be fixed.
[11 Aug 2011 14:17] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.