summaryrefslogtreecommitdiff
path: root/mysql-test/r/plugin_not_embedded.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/plugin_not_embedded.result')
-rw-r--r--mysql-test/r/plugin_not_embedded.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/plugin_not_embedded.result b/mysql-test/r/plugin_not_embedded.result
index 27553366660..8106abc497f 100644
--- a/mysql-test/r/plugin_not_embedded.result
+++ b/mysql-test/r/plugin_not_embedded.result
@@ -1,6 +1,7 @@
#
# Bug#51770: UNINSTALL PLUGIN requires no privileges
#
+CREATE USER bug51770@localhost;
GRANT INSERT ON mysql.plugin TO bug51770@localhost;
INSTALL PLUGIN example SONAME 'ha_example.so';
UNINSTALL PLUGIN example;