1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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; 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

View File

@ -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