mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Fixed XA recovery for InnoDB. Note that XA recovery is still disabled
until it has been comprehensive tested.
This commit is contained in:
@@ -3071,9 +3071,6 @@ ha_innobase::unlock_row(void)
|
||||
|
||||
DBUG_ENTER("ha_innobase::unlock_row");
|
||||
|
||||
ut_ad(prebuilt->trx ==
|
||||
(trx_t*) current_thd->transaction.all.innobase_tid);
|
||||
|
||||
if (last_query_id != user_thd->query_id) {
|
||||
ut_print_timestamp(stderr);
|
||||
fprintf(stderr,
|
||||
|
Reference in New Issue
Block a user