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.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/bug46261.result b/mysql-test/r/bug46261.result
index f54b698e08f..dcc950d1baf 100644
--- a/mysql-test/r/bug46261.result
+++ b/mysql-test/r/bug46261.result
@@ -2,7 +2,7 @@
# Bug#46261 Plugins can be installed with --skip-grant-tables
#
INSTALL PLUGIN example SONAME 'ha_example.so';
-ERROR HY000: The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
+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 MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
+ERROR HY000: The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement
End of 5.1 tests