Rollback removes the pages from a given pending tx.
(txId common.Txid)
| 54 | |
| 55 | // Rollback removes the pages from a given pending tx. |
| 56 | Rollback(txId common.Txid) |
| 57 | |
| 58 | // Copyall copies a list of all free ids and all pending ids in one sorted list. |
| 59 | // f.count returns the minimum length required for dst. |
no outgoing calls