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:
@ -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;
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user