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.
This commit is contained in:
chuck.bell@oracle.com 2011-11-04 08:59:28 -04:00
parent b7786a3902
commit 3742d6c940

View File

@ -142,8 +142,11 @@ EOF
--echo # Simulate loading a plugin libary with multiple entry points.
--echo # This will test the DISABLE to ensure all rows are removed.
--echo #
--replace_regex /\.dll/.so/
eval INSERT INTO mysql.plugin VALUES ('wicky', '$DAEMONEXAMPLE');
--replace_regex /\.dll/.so/
eval INSERT INTO mysql.plugin VALUES ('wacky', '$DAEMONEXAMPLE');
--replace_regex /\.dll/.so/
eval INSERT INTO mysql.plugin VALUES ('wonky', '$DAEMONEXAMPLE');
--echo #