mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Add 8.0 to transaction_profiling_analyzer
This commit is contained in:
@@ -52,6 +52,7 @@ PROTOCOL_VERSION_7_1 = 0x0FDB00B071010000
|
||||
PROTOCOL_VERSION_7_2 = 0x0FDB00B072000000
|
||||
PROTOCOL_VERSION_7_3 = 0x0FDB00B073000000
|
||||
PROTOCOL_VERSION_7_4 = 0x0FDB00B074000000
|
||||
PROTOCOL_VERSION_8_0 = 0x0FDB00B080000000
|
||||
supported_protocol_versions = frozenset(
|
||||
[
|
||||
PROTOCOL_VERSION_5_2,
|
||||
@@ -64,6 +65,7 @@ supported_protocol_versions = frozenset(
|
||||
PROTOCOL_VERSION_7_2,
|
||||
PROTOCOL_VERSION_7_3,
|
||||
PROTOCOL_VERSION_7_4,
|
||||
PROTOCOL_VERSION_8_0,
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user