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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user