Commit fd56727e authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-13545 sql_sequence.gtid fails in buildbot

parent d0d626be
...@@ -231,6 +231,8 @@ read_only OFF ...@@ -231,6 +231,8 @@ read_only OFF
select next value for s_db.s1; select next value for s_db.s1;
next value for s_db.s1 next value for s_db.s1
1 1
connection master;
connection slave;
connection s_normal_3; connection s_normal_3;
show global variables like 'read_only'; show global variables like 'read_only';
Variable_name Value Variable_name Value
......
...@@ -225,6 +225,9 @@ create sequence s_db.s1; ...@@ -225,6 +225,9 @@ create sequence s_db.s1;
show global variables like 'read_only'; show global variables like 'read_only';
select next value for s_db.s1; select next value for s_db.s1;
connection master;
sync_slave_with_master;
connection s_normal_3; connection s_normal_3;
show global variables like 'read_only'; show global variables like 'read_only';
--error ER_OPTION_PREVENTS_STATEMENT --error ER_OPTION_PREVENTS_STATEMENT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment