From 8888e65229b20d05b8169d0327f1ca4c355b2d6b Mon Sep 17 00:00:00 2001 From: Mats Kindahl Date: Thu, 2 Dec 2010 09:13:31 +0100 Subject: [PATCH] BUG#58246: INSTALL PLUGIN not secure & crashable Fixing test case that fails on Windows because .dll is used. --- mysql-test/t/plugin_not_embedded.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/plugin_not_embedded.test b/mysql-test/t/plugin_not_embedded.test index 486b42e99d9..40024efcaad 100644 --- a/mysql-test/t/plugin_not_embedded.test +++ b/mysql-test/t/plugin_not_embedded.test @@ -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';