Commit aee336f4 authored by unknown's avatar unknown

row0vers.c:

  Add forgotten mutex_enter()


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