mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-11 07:52:16 +00:00
9 lines
516 B
TOML
9 lines
516 B
TOML
name = "downgrade_compatibility"
|
|
reason = "Verify v1.1.4 can reopen a table whose region WAL options were written by the current binary, and can read all rows of an append-only table flushed and compacted with preserve_row_sequence enabled."
|
|
introduced_by = "fix: preserve legacy region WAL options format; preserve_row_sequence"
|
|
topologies = ["distributed", "standalone"]
|
|
from_range = [">=v1.2.0"]
|
|
to_range = ["=v1.1.4"]
|
|
features = ["table", "wal", "downgrade", "append", "preserve_row_sequence"]
|
|
owner = "metasrv"
|