Commit d946b1d3 authored by unknown's avatar unknown

WL#5710 : mysql_plugin client - Windows PB fix

This patch corrects the test mysql_plugin so that it correctly masks
the library extension of the plugin daemon_example.
parent d0250efa
...@@ -142,8 +142,11 @@ EOF ...@@ -142,8 +142,11 @@ EOF
--echo # Simulate loading a plugin libary with multiple entry points. --echo # Simulate loading a plugin libary with multiple entry points.
--echo # This will test the DISABLE to ensure all rows are removed. --echo # This will test the DISABLE to ensure all rows are removed.
--echo # --echo #
--replace_regex /\.dll/.so/
eval INSERT INTO mysql.plugin VALUES ('wicky', '$DAEMONEXAMPLE'); eval INSERT INTO mysql.plugin VALUES ('wicky', '$DAEMONEXAMPLE');
--replace_regex /\.dll/.so/
eval INSERT INTO mysql.plugin VALUES ('wacky', '$DAEMONEXAMPLE'); eval INSERT INTO mysql.plugin VALUES ('wacky', '$DAEMONEXAMPLE');
--replace_regex /\.dll/.so/
eval INSERT INTO mysql.plugin VALUES ('wonky', '$DAEMONEXAMPLE'); eval INSERT INTO mysql.plugin VALUES ('wonky', '$DAEMONEXAMPLE');
--echo # --echo #
......
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