Commit 4e048a2a authored by heikki's avatar heikki

Fix yet another typo in my previous commit.

parent 564547b2
...@@ -2457,7 +2457,7 @@ row_ins_step( ...@@ -2457,7 +2457,7 @@ row_ins_step(
This happens, for example, when a row update moves it to another This happens, for example, when a row update moves it to another
partition. In that case, we have already set the IX lock on the partition. In that case, we have already set the IX lock on the
table during the search operation, and there is no need to set table during the search operation, and there is no need to set
it again here. But we must write thx->id to to node->trx_id_buf. */ it again here. But we must write trx->id to to node->trx_id_buf. */
trx_write_trx_id(node->trx_id_buf, trx->id); trx_write_trx_id(node->trx_id_buf, trx->id);
......
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