Cherry-picked from #50123 Co-authored-by: Uniqueyou <wangyixuan@selectdb.com>
This commit is contained in:
committed by
GitHub
parent
619a491e98
commit
d23bd87247
@ -274,6 +274,7 @@ public class TransactionState implements Writable {
|
||||
// this map should be set when load execution begin, so that when the txn commit, it will know
|
||||
// which tables and rollups it loaded.
|
||||
// tbl id -> (index ids)
|
||||
@SerializedName(value = "loadedTblIndexes")
|
||||
private Map<Long, Set<Long>> loadedTblIndexes = Maps.newHashMap();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user