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

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

parent 0f24c9fc
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment