diff options
Diffstat (limited to 'mysql-test/r/bug58669.result')
-rw-r--r-- | mysql-test/r/bug58669.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/bug58669.result b/mysql-test/r/bug58669.result index 5504c5908be..03032e27e94 100644 --- a/mysql-test/r/bug58669.result +++ b/mysql-test/r/bug58669.result @@ -12,6 +12,6 @@ SHOW VARIABLES LIKE "%read_only%"; Variable_name Value read_only ON INSERT INTO db1.t1 VALUES (1); -ERROR HY000: The MySQL server is running with the --read-only option so it cannot execute this statement +ERROR HY000: The MariaDB server is running with the --read-only option so it cannot execute this statement DROP DATABASE db1; DROP USER user1@localhost; |