1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

BUG#58246: INSTALL PLUGIN not secure & crashable

Fixing test case that fails on Windows because .dll is used.
This commit is contained in:
Mats Kindahl
2010-12-02 09:13:31 +01:00
parent bfb43fb44f
commit afb8f0f882

View File

@@ -26,6 +26,7 @@ DROP USER bug51770@localhost;
# all platforms should cover this case.
let $path = `select CONCAT_WS('/', '..', $HA_EXAMPLE_SO)`;
--replace_regex /\.dll/.so/
--error ER_UDF_NO_PATHS
eval INSTALL PLUGIN example SONAME '$path';