Bug #55925 5.6 error messages have future-tense references to 5.6
Submitted: 11 Aug 2010 18:49 Modified: 21 Sep 2011 14:34
Reporter: Paul DuBois Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Errors Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any

[11 Aug 2010 18:49] Paul DuBois
Description:
In mysql-trunk/sql/share/errmsg-utf8.txt:

ER_UPDATE_LOG_DEPRECATED_IGNORED 42000
        eng "The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored. This option will be removed in MySQL 5.6."
        ger "Das Update-Log ist veraltet und wurde durch das Binär-Log ersetzt. SET SQL_LOG_UPDATE wird ignoriert. Diese Option wird in MySQL 5.6 entfernt."
ER_UPDATE_LOG_DEPRECATED_TRANSLATED 42000
        eng "The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN. This option will be removed in MySQL 5.6."
        ger "Das Update-Log ist veraltet und wurde durch das Binär-Log ersetzt. SET SQL_LOG_UPDATE wurde in SET SQL_LOG_BIN übersetzt. Diese Option wird in MySQL 5.6 entfernt."

Note the future-tense references to MySQL 5.6. But mysql-trunk *is* 5.6, so this is incorrect.

How to repeat:
By inspection.
[12 Aug 2010 2:59] MySQL Verification Team
Thank you for the bug report.
[21 Sep 2011 14:34] Paul DuBois
Cosmetic change. No changelog entry needed.