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

Fixed failing test sql_sequence.replication

This commit is contained in:
Monty
2017-05-24 15:39:24 +03:00
parent d60e5fe391
commit 9497a64679
2 changed files with 5 additions and 0 deletions

View File

@ -324,7 +324,10 @@ create sequence s_db.s1;
show global variables like 'read_only';
select * from s_db.s1;
connection master;
--sync_slave_with_master
connection s_normal_3;
show global variables like 'read_only';
--error ER_OPTION_PREVENTS_STATEMENT
select next value for s_db.s1;