Bug #50084 Test mysqld--help-* fails if mysqld not built with all plugins
Submitted: 5 Jan 2010 10:00 Modified: 8 Feb 2011 10:30
Reporter: Bjørn Munch Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:Celosia, 6.0 OS:Any
Assigned to: CPU Architecture:Any

[5 Jan 2010 10:00] Bjørn Munch
Description:
main.mysqld--help-notwin fails in my sandbox because I didn't build with the archive, blackhole or federated plugins.  Thus, the outpout is missing these lines:

-  --archive[=name]    Enable or disable ARCHIVE plugin. Possible values are ON,
-                      OFF, FORCE (don't start if the plugin fails to load).
-  --blackhole[=name]  Enable or disable BLACKHOLE plugin. Possible values are
-                      ON, OFF, FORCE (don't start if the plugin fails to load).
-  --federated[=name]  Enable or disable FEDERATED plugin. Possible values are
-                      ON, OFF, FORCE (don't start if the plugin fails to load).

Also, in my next-mr-mtr, in the variable table that follows the options, the first column strangely is two characters narrower than expected (including the header), leading to a huge diff. This is not the case in 6.0-codebase.

How to repeat:
Build without all of archive, blackhole, federated, then run ./mtr mysqld--help-notwin (or mysqld--help-win on Windows, haven't tried but I assume it will fail too)
[11 Jan 2010 8:45] Sveta Smirnova
Thank you for the report.

Verified as described.
[8 Feb 2011 10:30] Bjørn Munch
Resolved by other fixes.