diff options
Diffstat (limited to 'innobase/row/row0vers.c')
-rw-r--r-- | innobase/row/row0vers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/row/row0vers.c b/innobase/row/row0vers.c index 5395f5160e4..1e9cef4c726 100644 --- a/innobase/row/row0vers.c +++ b/innobase/row/row0vers.c @@ -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); } |