Commit 49da24d8 authored by heikki's avatar heikki

Remove yet another typo from my last commit.

parent 4e048a2a
...@@ -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 trx->id to to node->trx_id_buf. */ it again here. But we must write trx->id 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