summaryrefslogtreecommitdiff
path: root/innobase/row
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2003-06-18 03:49:34 +0300
committerunknown <heikki@hundin.mysql.fi>2003-06-18 03:49:34 +0300
commit1fe55eb4ee7e2a4d965f4e295dc62e65211000f6 (patch)
treea3b23dd0a429c9675f5e08a9d25b140e9dc344bb /innobase/row
parentfb94c5810c55fa1e33b084e3f9b2cecc7abe2a99 (diff)
downloadmariadb-git-1fe55eb4ee7e2a4d965f4e295dc62e65211000f6.tar.gz
row0vers.c:
Add forgotten mtr_commit() innobase/row/row0vers.c: Add forgotten mtr_commit()
Diffstat (limited to 'innobase/row')
-rw-r--r--innobase/row/row0vers.c2
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);
}