diff options
Diffstat (limited to 'mysql-test/r/bug58669.result')
-rw-r--r-- | mysql-test/r/bug58669.result | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/r/bug58669.result b/mysql-test/r/bug58669.result index cf4eeeb02a1..c9bd43e244b 100644 --- a/mysql-test/r/bug58669.result +++ b/mysql-test/r/bug58669.result @@ -8,10 +8,9 @@ CREATE TABLE db1.t1(a INT); SELECT CURRENT_USER(); CURRENT_USER() user1@localhost -SHOW VARIABLES LIKE "%read_only%"; +SHOW VARIABLES LIKE "read_only%"; Variable_name Value read_only ON -tx_read_only OFF INSERT INTO db1.t1 VALUES (1); ERROR HY000: The MariaDB server is running with the --read-only option so it cannot execute this statement DROP DATABASE db1; |