From 045de0a546f9f4af1111b742a2fa4fd9f5973863 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 May 2001 18:26:19 +0300 Subject: 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 --- innobase/row/row0umod.c | 1 + 1 file changed, 1 insertion(+) (limited to 'innobase/row/row0umod.c') 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); -- cgit v1.2.1