summaryrefslogtreecommitdiff
path: root/mysql-test/t/bug58669.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/bug58669.test')
-rw-r--r--mysql-test/t/bug58669.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/bug58669.test b/mysql-test/t/bug58669.test
index 332c104cfea..77827cde5ba 100644
--- a/mysql-test/t/bug58669.test
+++ b/mysql-test/t/bug58669.test
@@ -12,7 +12,7 @@ CREATE TABLE db1.t1(a INT);
connect (con1,localhost,user1,,);
connection con1;
SELECT CURRENT_USER();
-SHOW VARIABLES LIKE "%read_only%";
+SHOW VARIABLES LIKE "read_only%";
--error ER_OPTION_PREVENTS_STATEMENT
INSERT INTO db1.t1 VALUES (1);