client-go
client-go copied to clipboard
Support postponed conflict check
ref: pingcap/tidb#36579
I suppose it is unnecessary to encode flags in memBufferMutations, and CommitterMutationFlags could be removed. We can just read from the mem buffer for flags.
But for simplicity, I followed the routine.