diff options
author | unknown <heikki@donna.mysql.fi> | 2001-05-14 22:27:29 +0300 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-05-14 22:27:29 +0300 |
commit | 07fb8dc937356bbf9ddab5dab1d38932fae1d679 (patch) | |
tree | cec0bca51d27f4ff9dd92e3e719391968ec3a209 /innobase | |
parent | 258a55ff6884b85e06714090947bdb53160811b9 (diff) | |
download | mariadb-git-07fb8dc937356bbf9ddab5dab1d38932fae1d679.tar.gz |
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
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/row/row0undo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/innobase/row/row0undo.c b/innobase/row/row0undo.c index 6dc032f7e13..10ac3af6de9 100644 --- a/innobase/row/row0undo.c +++ b/innobase/row/row0undo.c @@ -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 { |