row0vers.c:

  Add forgotten mutex_enter()
parent 6d4fe028
...@@ -88,6 +88,7 @@ row_vers_impl_x_locked_off_kernel( ...@@ -88,6 +88,7 @@ row_vers_impl_x_locked_off_kernel(
a rollback we always undo the modifications to secondary index a rollback we always undo the modifications to secondary index
records before the clustered index record. */ records before the clustered index record. */
mutex_enter(&kernel_mutex);
mtr_commit(&mtr); mtr_commit(&mtr);
return(NULL); return(NULL);
......
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