check_trx_exists(): Remove a redundant function call and assignment that

was added by someone at MySQL.
This commit is contained in:
marko 2007-07-31 18:46:55 +00:00
parent f51a14a1ab
commit 1646ac7555

View file

@ -947,8 +947,6 @@ check_trx_exists(
/* Update the info whether we should skip XA steps that eat
CPU time */
trx->support_xa = THDVAR(thd, support_xa);
thd_to_trx(thd) = trx;
} else {
if (trx->magic_n != TRX_MAGIC_N) {
mem_analyze_corruption(trx);