From 0e9451186d8812d405d5659f943427bb2beb57e5 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Sun, 14 Mar 2010 08:16:59 -0300 Subject: [PATCH] Post-merge fix: replace plugin extension output. --- 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 339d28fb236..15aff548c29 100644 --- a/mysql-test/t/plugin_not_embedded.test +++ b/mysql-test/t/plugin_not_embedded.test @@ -7,6 +7,7 @@ GRANT INSERT ON mysql.plugin TO bug51770@localhost; connect(con1,localhost,bug51770,,); +--replace_regex /\.dll/.so/ eval INSTALL PLUGIN example SONAME $HA_EXAMPLE_SO; --error ER_TABLEACCESS_DENIED_ERROR UNINSTALL PLUGIN example;