Gyuho Lee
|
8a518b01c4
|
*: revert "internal/mvcc" change
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-02-26 17:11:40 -08:00 |
|
Gyuho Lee
|
80d15948bc
|
*: move "mvcc" to "internal/mvcc"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-26 11:14:41 -08:00 |
|
Gyuho Lee
|
349a377a67
|
*: move "lease" to "internal/lease"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-26 11:09:29 -08:00 |
|
Anthony Romano
|
0352ce79b8
|
mvcc: count range/put/del operations for txns
Txns were previously only bumping the txn counter; now bumps all operation
counters.
|
2017-06-07 16:53:50 -07:00 |
|
Anthony Romano
|
33acbb694b
|
mvcc: txns and r/w views
Clean-up of the mvcc interfaces to use txn interfaces instead of an id.
Adds support for concurrent read-only mvcc transactions.
Fixes #7083
|
2017-03-08 20:52:59 -08:00 |
|