Skip to content

Commit ee9359d

Browse files
committed
MDEV-36425 fix test results
followup for ce8a74f
1 parent c29e83f commit ee9359d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/galera/r/galera_read_only.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ connect foo_node_2,127.0.0.1,foo,,test,$port_2,;
1717
# Connect with foo_node_2
1818
connection foo_node_2;
1919
INSERT INTO t1 VALUES (2);
20-
ERROR HY000: The MariaDB server is running with the --read-only option so it cannot execute this statement
20+
ERROR HY000: The MariaDB server is running with the --read-only=ON option so it cannot execute this statement
2121
CREATE TEMPORARY TABLE t2(id int not null primary key) engine=innodb;
2222
INSERT INTO t2 values (1);
2323
DROP TABLE t2;

0 commit comments

Comments
 (0)