1
0
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:
jan@hundin.mysql.fi
2005-03-01 08:17:03 +02:00
parent 21ca91aac6
commit 40d89eea68
5 changed files with 58 additions and 25 deletions

View File

@@ -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,