1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

row0undo.c Fix a bug if we run out of space in the tablespace assertion in trx0roll.c

This commit is contained in:
heikki@donna.mysql.fi
2001-05-14 22:27:29 +03:00
parent 0f24c9fcee
commit eac8cbf6dd

View File

@ -171,7 +171,6 @@ row_undo_search_clust_to_pcur(
/* printf("--------------------undoing a previous version\n"); /* printf("--------------------undoing a previous version\n");
*/ */
trx_undo_rec_release(node->trx, node->undo_no);
ret = FALSE; ret = FALSE;
} else { } else {