Bug #5855 2 more system vars
Submitted: 2 Oct 2004 1:29 Modified: 6 Feb 2006 9:50
Reporter: Federico Razzoli (OCA) Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version: OS:
Assigned to: CPU Architecture:Any

[2 Oct 2004 1:29] Federico Razzoli
Description:
Everytime we rebuild or restart MySQL to add an option, we must be sure that all other options remain the same. Also, when we build or start MySQL in the production environment it must be identical to the instance in the evelopment environment. So, it would help to have 2 more system variables, something like 'Compile_options' and 'Startup_options'.

How to repeat:
.

Suggested fix:
.
[6 Feb 2006 9:50] Valeriy Kravchuk
Thank you for the feature request. Sorry, but I don't think that these additional system (status?) variables are needed. The information can be obtained (although indirectly sometimes) using mysqld --version, mysqld --verbose --help commands and/or different SHOW statements. If you build from sources, there is config.log also, that you have to keep for further reference.