MDEV-13545 sql_sequence.gtid fails in buildbot

This commit is contained in:
Sergei Golubchik 2017-08-25 14:23:24 +02:00
parent d0d626be4c
commit fd56727e99
2 changed files with 5 additions and 0 deletions

View file

@ -231,6 +231,8 @@ read_only OFF
select next value for s_db.s1;
next value for s_db.s1
1
connection master;
connection slave;
connection s_normal_3;
show global variables like 'read_only';
Variable_name Value

View file

@ -225,6 +225,9 @@ create sequence s_db.s1;
show global variables like 'read_only';
select next value for s_db.s1;
connection master;
sync_slave_with_master;
connection s_normal_3;
show global variables like 'read_only';
--error ER_OPTION_PREVENTS_STATEMENT