mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno (postfix)
- Fix build failure when built without wsrep (Win) - Update the expected warning in sys_vars.wsrep_start_position
This commit is contained in:
@ -26,7 +26,7 @@ SELECT @@global.wsrep_start_position;
|
||||
|
||||
--echo
|
||||
--echo # invalid values
|
||||
call mtr.add_suppression("WSREP: SST postion can't be set in past.*");
|
||||
call mtr.add_suppression("WSREP: SST position can't be set in past. Requested: -2, Current: -1.");
|
||||
--error ER_WRONG_VALUE_FOR_VAR
|
||||
SET @@global.wsrep_start_position='00000000-0000-0000-0000-000000000000:-2';
|
||||
SELECT @@global.wsrep_start_position;
|
||||
|
Reference in New Issue
Block a user