Commit 1fe55eb4 authored by unknown's avatar unknown

row0vers.c:

  Add forgotten mtr_commit()


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