Bug #45056 unrecognized options: --with-plugin-partition
Submitted: 25 May 2009 3:04 Modified: 23 Aug 2009 16:24
Reporter: Hailin Hu Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:5.4.0 OS:Windows (XP SP3 with Cygwin)
Assigned to: CPU Architecture:Any
Tags: partition, plugin

[25 May 2009 3:04] Hailin Hu
Description:
http://dev.mysql.com/doc/refman/5.4/en/configure-options.html

Referenced by the manual above, configure option --with-plugin-PLUGIN doesn't work as expected.

However option --with-plugins=partition works.

How to repeat:
cd /usr/local/src/
wget http://dev.mysql.com/get/Downloads/MySQL-5.4/mysql-5.4.0-beta.tar.gz/from/http://ftp.jaist...
tar zxf mysql-5.4.0-beta.tar.gz
cd mysql-5.4.0-beta/
./configure --with-plugin-partition
configure: WARNING: unrecognized options: --with-plugin-partition
[25 May 2009 5:10] Sveta Smirnova
Thank you for the report.

Problem is not repeatable with current development sources, although bug exists in version 5.4. Please wait next release.
[23 Aug 2009 16:24] Sergei Golubchik
duplicate of bug#42872