mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
check_trx_exists(): Remove a redundant function call and assignment that
was added by someone at MySQL.
This commit is contained in:
parent
f51a14a1ab
commit
1646ac7555
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue