Commit eac8cbf6 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi
Browse files

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

parent 0f24c9fc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 {