mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
MDEV-13545 sql_sequence.gtid fails in buildbot
This commit is contained in:
parent
d0d626be4c
commit
fd56727e99
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue