summaryrefslogtreecommitdiff
path: root/mysql-test/r/bug46261.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/bug46261.result')
-rw-r--r--mysql-test/r/bug46261.result8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/r/bug46261.result b/mysql-test/r/bug46261.result
deleted file mode 100644
index dcc950d1baf..00000000000
--- a/mysql-test/r/bug46261.result
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# Bug#46261 Plugins can be installed with --skip-grant-tables
-#
-INSTALL PLUGIN example SONAME 'ha_example.so';
-ERROR HY000: The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement
-UNINSTALL PLUGIN example;
-ERROR HY000: The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement
-End of 5.1 tests