Commit b8c6ef83 authored by unknown's avatar unknown

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


innobase/row/row0undo.c:
  Fix a bug if we run out of space in the tablespace assertion in trx0roll.c
parent c0a87be2
......@@ -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