summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin_not_embedded.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/plugin_not_embedded.test')
-rw-r--r--mysql-test/main/plugin_not_embedded.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/plugin_not_embedded.test b/mysql-test/main/plugin_not_embedded.test
index a9126053f18..5d5b97fc984 100644
--- a/mysql-test/main/plugin_not_embedded.test
+++ b/mysql-test/main/plugin_not_embedded.test
@@ -7,7 +7,7 @@
CREATE USER bug51770@localhost;
GRANT INSERT ON mysql.plugin TO bug51770@localhost;
-connect(con1,localhost,bug51770,,);
+connect(con1,localhost,bug51770,,"*NO-ONE*");
--replace_regex /\.dll/.so/
eval INSTALL PLUGIN example SONAME '$HA_EXAMPLE_SO';
--error ER_TABLEACCESS_DENIED_ERROR