Commit afb8f0f8 authored by Mats Kindahl's avatar Mats Kindahl

BUG#58246: INSTALL PLUGIN not secure & crashable

Fixing test case that fails on Windows because .dll is used.
parent bfb43fb4
......@@ -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';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment