Rename seq to bucket2seq.

This commit is contained in:
Piotr Tabor
2021-05-17 17:29:44 +02:00
parent 4a2ffc2cbe
commit eebe67d87d
3 changed files with 20 additions and 13 deletions

View File

@ -253,8 +253,8 @@ func newBatchTxBuffered(backend *backend) *batchTxBuffered {
tx := &batchTxBuffered{
batchTx: batchTx{backend: backend},
buf: txWriteBuffer{
txBuffer: txBuffer{make(map[string]*bucketBuffer)},
seq: make(map[string]bool),
txBuffer: txBuffer{make(map[string]*bucketBuffer)},
bucket2seq: make(map[string]bool),
},
}
tx.Commit()