mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed sequence.gtid
This commit is contained in:
@ -13,6 +13,7 @@ grant all on test.* to normal_2@'%' identified by 'pass';
|
||||
grant all on s_db.* to normal_3@'%' identified by 'pass';
|
||||
grant all on test.* to normal_4@'%' identified by 'pass';
|
||||
grant select on test.* to normal_5@'%' identified by 'pass';
|
||||
flush status;
|
||||
|
||||
--sync_slave_with_master
|
||||
|
||||
@ -225,6 +226,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
|
||||
|
Reference in New Issue
Block a user