1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-9853: WSREP says it cannot get fake InnoDB transaction ID followed by segmentation fault

Ha_trx_info should not be reset in ha_fake_trx_id() as it is
later used during commit.
This commit is contained in:
Nirbhay Choubey
2016-04-29 09:34:44 -04:00
parent 9b2151f6af
commit 9a5c75a073
4 changed files with 26 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ push @::global_suppressions,
qr|WSREP: gcs_caused\(\) returned .*|,
qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(SYNCED\). Message ignored.|,
qr(WSREP: Action message in non-primary configuration from member [0-9]*),
qr(WSREP: cannot get fake InnoDB transaction ID),
);