mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Removes useless call to wsrep_xid_init() in wsrep_apply_events(). Transaction's xid is already initialized at that point. - Adds call to wsrep_set_SE_checkpoint() for committing TOI events in the applier side. - Includes test case that reproduced the issue.
This commit is contained in:
committed by
Nirbhay Choubey
parent
0ec457b0de
commit
c0dac420e5
10
mysql-test/suite/galera/r/mysql-wsrep#31.result
Normal file
10
mysql-test/suite/galera/r/mysql-wsrep#31.result
Normal file
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE t1 (f1 CHAR(255)) ENGINE=InnoDB;
|
||||
INSERT INTO t1 VALUES('test');
|
||||
CREATE DATABASE db;
|
||||
Shutting down server 2 ...
|
||||
Recovering server 2 ...
|
||||
Performing --wsrep-recover ...
|
||||
Restarting server ...
|
||||
Using --wsrep-start-position when starting mysqld ...
|
||||
DROP TABLE t1;
|
||||
DROP DATABASE db;
|
Reference in New Issue
Block a user