mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
Update fdbserver/DBCoreState.h
Co-Authored-By: Alex Miller <35046903+alexmiller-apple@users.noreply.github.com>
This commit is contained in:
parent
e5622a424e
commit
2278e905ce
@ -98,7 +98,10 @@ struct OldTLogCoreData {
|
||||
tLogs[0].tLogVersion = TLogVersion::V2;
|
||||
}
|
||||
if (ar.protocolVersion().hasPseudoLocalities()) {
|
||||
serializer(ar, pseudoLocalities, txsTags);
|
||||
serializer(ar, pseudoLocalities);
|
||||
}
|
||||
if (ar.protocolVersion().hasShardedTxsTags()) {
|
||||
serializer(ar, txsTags);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user