LP #1255549: Crash on startup when XA support functions activated by a second engine
General
Escalation
General
Escalation
Description
Environment
None
Smart Checklist
Activity
Show:

lpjirasync January 12, 2018 at 3:47 PM
**Comment from Launchpad by: Raghavendra D Prabhu on: 27-11-2013 16:09:28
Adding PXC to track the fix that will be merged for this.

lpjirasync January 12, 2018 at 3:46 PM
**Comment from Launchpad by: Raghavendra D Prabhu on: 27-11-2013 16:08:50
Shouldn't affect PXC (since it also implements its own additional XA) due to
#ifndef WITH_WSREP
DBUG_ASSERT(total_ha_2pc == (ulong) opt_bin_log+1); // only InnoDB and binlog
#endif
in handler.cc
Not a Bug
Details
Details
Assignee

Reporter

Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created January 12, 2018 at 3:46 PM
Updated December 25, 2018 at 5:25 PM
Resolved December 15, 2023 at 2:26 PM
**Reported in Launchpad by Laurynas Biveinis last update 29-05-2014 19:55:46
This is to track the fix of upstream http://bugs.mysql.com/bug.php?id=47134 for Percona Server 5.6.
There are two alternative fixes: MariaDB 5.5 fix, and MySQL 5.7.1 fix.
The MariaDB fix has received more testing because of TokuDB being packaged in MariaDB 5.5, on the other hand the MySQL fix has a unit test. Thus let's fix by a combination of the MariaDB fix + MySQL unit test.