Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
None
Description
--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' .
Attachments
Issue Links
- blocks
-
MDEV-742 LP:803649 - Xa recovery failed on client disconnection
- Closed