Bug #39949 | errmsg.txt in 6.0 is corrupted | ||
---|---|---|---|
Submitted: | 9 Oct 2008 10:18 | Modified: | 28 Oct 2008 16:39 |
Reporter: | Sergei Golubchik | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S1 (Critical) |
Version: | 6.0 | OS: | Any |
Assigned to: | Sergei Golubchik | CPU Architecture: | Any |
[9 Oct 2008 10:18]
Sergei Golubchik
[9 Oct 2008 11:21]
Sergei Golubchik
To make errmsg.txt more robust against such errors in the future, we could convert it all to utf8. And comp_err will convert error messages into the charset specified in the beginning of errmsg.txt. That is, errmsg.sys will still be in different charsets, and internal processing in the server won't be changed. It's only to make editing of errmsg.txt safer. (the refactoring of internal handling of error messages is also unavoidable, but not as a part of this bugfix :)
[28 Oct 2008 8:10]
Bugs System
Pushed into 6.0.8-alpha (revid:serg@mysql.com-20081027142917-wuql4j39cfgrntsv) (version source revid:alik@mysql.com-20081028074606-nzkci70shxkah009) (pib:5)
[28 Oct 2008 16:39]
Paul DuBois
Noted in 6.0.8 changelog. Non-ASCII error messages were corrupted.