Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.0.0, 5.5.28a, 5.3.11
-
None
-
None
-
WinXP
Description
An error message tells that MariaDB can't find the modules, but I see the DLL files in the specified dir:
MariaDB [(none)]> SELECT @@global.plugin_dir; |
+---------------------------------------+ |
| @@global.plugin_dir | |
+---------------------------------------+ |
| C:\Programmi\MariaDB 10.0\lib\plugin\ |
|
+---------------------------------------+ |
1 row in set (0.11 sec) |
 |
MariaDB [(none)]> INSTALL PLUGIN oqgraph SONAME 'ha_oqgraph.dll'; |
ERROR 1126 (HY000): Can't open shared library 'C:\Programmi\MariaDB 10.0\lib\plu |
gin\ha_oqgraph.dll' (errno: 2 Impossibile trovare il modulo specificato. |
)
|
MariaDB [(none)]> INSTALL PLUGIN blackhole SONAME 'ha_blackhole.dll'; |
ERROR 1126 (HY000): Can't open shared library 'C:\Programmi\MariaDB 10.0\lib\plu |
gin\ha_blackhole.dll' (errno: 2 Impossibile trovare il modulo specificato. |
)
|