Bug #25353 --version: insufficient information
Submitted: 1 Jan 2007 20:23 Modified: 1 Jan 2007 20:34
Reporter: Mark Johnson (Basic Quality Contributor) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:5.0.27+ OS:Linux (linux)
Assigned to: CPU Architecture:Any

[1 Jan 2007 20:23] Mark Johnson
Description:
With the split between Enterprise and Community, there can be expected to be some divergence between the two products.  Therefore, --version should identify whether the binary is an Enterprise or Community binary as well as the version number.

For example, a 5.0.30 binary (from after the split) needs to identify which branch of development it is from.

How to repeat:
$ ./mysqld --version
./mysqld  Ver 5.0.30 for pc-linux-gnu on i686 (Source distribution)

or (different directory)
$  ./mysqld --version
./mysqld  Ver 5.0.27 for pc-linux-gnu on i686 (Source distribution)

Suggested fix:
Add an indication to the --version output indicating that the binary is either Enterprise or Community.
[1 Jan 2007 20:34] Valeriy Kravchuk
Thank you for a reasonable feature request.
[29 Dec 2017 20:40] Daniƫl van Eeden
Looks to be working on 5.7:

$ ./mysqld --version
/opt/mysql/5.7.18/bin/mysqld  Ver 5.7.18 for linux-glibc2.5 on x86_64 (MySQL Community Server (GPL))