-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.1, 10.2, 10.3, 10.4, 10.5
-
Fix Version/s: 10.5.2
-
Component/s: Server
-
Labels:None
--connection crash_me
CREATE TABLE t1 (pk INT PRIMARY KEY) ENGINE=InnoDB;
- prepare a future foreign xid
xa start '1'; insert into t1 set pk=1; xa end '1'; xa prepare '1';# KILL server_process & restart
xa recover; # =>
+----------+--------------+--------------+------+
| formatID | gtrid_length | bqual_length | data |
+----------+--------------+--------------+------+
| 1 | 1 | 0 | 1 |
+----------+--------------+--------------+------+
Â
--connection default
xa start '2';
--error 0
xa rollback '1' .
- blocks
-
MDEV-742 LP:803649 - Xa recovery failed on client disconnection
-
- Closed
-