AddReadonlyTXID adds a given read-only transaction id for pending page tracking.
(txid common.Txid)
| 38 | |
| 39 | // AddReadonlyTXID adds a given read-only transaction id for pending page tracking. |
| 40 | AddReadonlyTXID(txid common.Txid) |
| 41 | |
| 42 | // RemoveReadonlyTXID removes a given read-only transaction id for pending page tracking. |
| 43 | RemoveReadonlyTXID(txid common.Txid) |
no outgoing calls