summaryrefslogtreecommitdiff
path: root/innobase/row/row0umod.c
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-05-03 18:26:19 +0300
committerunknown <heikki@donna.mysql.fi>2001-05-03 18:26:19 +0300
commit045de0a546f9f4af1111b742a2fa4fd9f5973863 (patch)
treee03b1a925cf72d3892832a5afdfac8ab9bb85cdb /innobase/row/row0umod.c
parenteef01ff262825f636fc0d8d6cbfdf503f909ab9c (diff)
downloadmariadb-git-045de0a546f9f4af1111b742a2fa4fd9f5973863.tar.gz
row0umod.c Partial fix to concurrent drop table and rollback by other user of rows in that table
row0uins.c Partial fix to concurrent drop table and rollback by other user of rows in that table innobase/row/row0uins.c: Partial fix to concurrent drop table and rollback by other user of rows in that table innobase/row/row0umod.c: Partial fix to concurrent drop table and rollback by other user of rows in that table
Diffstat (limited to 'innobase/row/row0umod.c')
-rw-r--r--innobase/row/row0umod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/row/row0umod.c b/innobase/row/row0umod.c
index 84e8d9ee5f5..70cf0fe5a32 100644
--- a/innobase/row/row0umod.c
+++ b/innobase/row/row0umod.c
@@ -589,6 +589,7 @@ row_undo_mod(
/* It is already undone, or will be undone by another query
thread, or table was dropped */
+ trx_undo_rec_release(node->trx, node->undo_no);
node->state = UNDO_NODE_FETCH_NEXT;
return(DB_SUCCESS);