Commit 8e193661 authored by Aleksey Midenkov's avatar Aleksey Midenkov

IB: vtq_notify_on_commit initialization fix

parent d7a484b0
......@@ -145,6 +145,8 @@ trx_init(
trx->check_unique_secondary = true;
trx->vtq_notify_on_commit = false;
trx->lock.n_rec_locks = 0;
trx->dict_operation = TRX_DICT_OP_NONE;
......@@ -1363,7 +1365,6 @@ trx_start_low(
trx->start_time_micro += trx->start_time * 1000000;
}
trx->vtq_notify_on_commit = false;
ut_a(trx->error_state == DB_SUCCESS);
MONITOR_INC(MONITOR_TRX_ACTIVE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment