From 3742d6c94088f3b12246439e987eaba324ceeae3 Mon Sep 17 00:00:00 2001 From: "chuck.bell@oracle.com" <> Date: Fri, 4 Nov 2011 08:59:28 -0400 Subject: [PATCH] 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. --- mysql-test/t/mysql_plugin.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/t/mysql_plugin.test b/mysql-test/t/mysql_plugin.test index 897e22ddd62..c5968df85f8 100644 --- a/mysql-test/t/mysql_plugin.test +++ b/mysql-test/t/mysql_plugin.test @@ -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 #