Bug #89626 remove -log from the server version string
Submitted: 12 Feb 2018 12:57 Modified: 19 Mar 2018 18:21
Reporter: Erlend Dahl Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[12 Feb 2018 12:57] Erlend Dahl
Description:
The server writes appends "-log" to its version string if binlogging, slow logging or general logging are turned on.

This looks like a relic of a forgotten time. Remove it.

How to repeat:
./mysqld -V
[12 Feb 2018 14:41] MySQL Verification Team
Erlend,  see this !!
https://bugs.mysql.com/bug.php?id=57628
[12 Feb 2018 14:42] MySQL Verification Team
https://www.xaprb.com/blog/2013/02/03/why-does-mysqls-version-comment-change-when-logging-...
[14 Feb 2018 12:22] Erlend Dahl
Bug#57628 remove the useless -log suffix from server version

was marked as a duplicate.
[19 Mar 2018 18:21] Paul DuBois
Posted by developer:
 
Fixed in 8.0.11.

The -log suffix is no longer appended to the server version string if
logging is enabled. This affects, for example, the value of the
version system variable.