1
0
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:
Monty
2017-07-01 17:21:02 +03:00
committed by Sergei Golubchik
parent 9e1cc831f2
commit 52a1e4d613
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,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;
connection slave;
connect m_normal_1, 127.0.0.1, normal_1, pass, s_db, $MASTER_MYPORT;
connect m_normal_2, 127.0.0.1, normal_2, pass, test, $MASTER_MYPORT;
@ -231,6 +232,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