From eac8cbf6ddfc634167ac3a02d0fbffb7e9625e05 Mon Sep 17 00:00:00 2001 From: "heikki@donna.mysql.fi" <> Date: Mon, 14 May 2001 22:27:29 +0300 Subject: [PATCH] row0undo.c Fix a bug if we run out of space in the tablespace assertion in trx0roll.c --- innobase/row/row0undo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/innobase/row/row0undo.c b/innobase/row/row0undo.c index 6dc032f7e13..10ac3af6de9 100644 --- a/innobase/row/row0undo.c +++ b/innobase/row/row0undo.c @@ -171,7 +171,6 @@ row_undo_search_clust_to_pcur( /* printf("--------------------undoing a previous version\n"); */ - trx_undo_rec_release(node->trx, node->undo_no); ret = FALSE; } else {