summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin_not_embedded.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/plugin_not_embedded.result')
-rw-r--r--mysql-test/main/plugin_not_embedded.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/plugin_not_embedded.result b/mysql-test/main/plugin_not_embedded.result
index 84e47b4a4bc..a9ac5735137 100644
--- a/mysql-test/main/plugin_not_embedded.result
+++ b/mysql-test/main/plugin_not_embedded.result
@@ -17,5 +17,6 @@ DROP USER bug51770@localhost;
INSTALL PLUGIN example SONAME '../ha_example.so';
ERROR HY000: No paths allowed for shared library
insert mysql.plugin values ();
+# restart
delete from mysql.plugin where name = '';
# End of 5.5 tests