Commit 564547b2 authored by heikki's avatar heikki

Fix a typo in my previous commit.

parent 2f2c5642
...@@ -2453,7 +2453,7 @@ row_ins_step( ...@@ -2453,7 +2453,7 @@ row_ins_step(
execution resumes after wait for the table IX lock), set an execution resumes after wait for the table IX lock), set an
IX lock on the table and reset the possible select node. MySQL's IX lock on the table and reset the possible select node. MySQL's
partitioned table code may also call an insert within the same partitioned table code may also call an insert within the same
SQL statement AFTER it has used this tbale handle to do a search. SQL statement AFTER it has used this table handle to do a search.
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
......
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