Bug #31172 plugin dir locations differ between windows and linux
Submitted: 24 Sep 2007 9:33 Modified: 28 Oct 2008 22:52
Reporter: Roland Bouman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.1.21 OS:Windows
Assigned to: Jonathan Perkin CPU Architecture:Any

[24 Sep 2007 9:33] Roland Bouman
Description:
Hi all, on windows it seems to be:

%base%\lib

whereas on windows it is:

%base%\lib\mysql

How to repeat:
na

Suggested fix:
please make them the same relative path
[24 Sep 2007 11:09] MySQL Verification Team
Thank you for the bug report.

mysql> show variables like "%plugin%";
+---------------+----------------------------------------------------+
| Variable_name | Value                                              |
+---------------+----------------------------------------------------+
| plugin_dir    | C:\Program Files (x86)\MySQL\MySQL Server 5.1\lib/ |
+---------------+----------------------------------------------------+
1 row in set (0.31 sec)

mysql>

Server version: 5.1.23-beta-debug Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show variables like "%plugin%";
+---------------+--------------------------------+
| Variable_name | Value                          |
+---------------+--------------------------------+
| plugin_dir    | /home/miguel/dbs/5.1/lib/mysql | 
+---------------+--------------------------------+
1 row in set (0.03 sec)
[7 Jan 2008 12:07] Jonathan Perkin
It's likely this has been fixed as part of the change to bug#31736, as it should use the default setting in sql/unireg.h for PLUGINDIR which was updated.  Once pushed I will check the results from pushbuild, so will take ownership of this bug.
[28 Oct 2008 22:52] Jonathan Perkin
This was indeed fixed by the related bug, close this one belatedly too...