summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLevi Tamasi <ltamasi@fb.com>2022-05-23 14:55:33 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2022-05-23 14:55:33 -0700
commit253ae017facb492c95884d379236c8d6a3b9a041 (patch)
treebf2eb4bb32c12c7bb9f890729520bec4f1bce5e9 /tools
parenta479c2c2b2ea6ed141c11fca7130db72665f91b8 (diff)
Update version on main to 7.4 and add 7.3 to the format compatibility checks (#10038)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10038 Reviewed By: riversand963 Differential Revision: D36604533 Pulled By: ltamasi fbshipit-source-id: 54ccd0a4b32a320b5640a658ea6846ee897065d1
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check_format_compatible.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_format_compatible.sh b/tools/check_format_compatible.sh
index 06e70d23c..6a5bed4eb 100755
--- a/tools/check_format_compatible.sh
+++ b/tools/check_format_compatible.sh
@@ -125,7 +125,7 @@ EOF
# To check for DB forward compatibility with loading options (old version
# reading data from new), as well as backward compatibility
-declare -a db_forward_with_options_refs=("6.6.fb" "6.7.fb" "6.8.fb" "6.9.fb" "6.10.fb" "6.11.fb" "6.12.fb" "6.13.fb" "6.14.fb" "6.15.fb" "6.16.fb" "6.17.fb" "6.18.fb" "6.19.fb" "6.20.fb" "6.21.fb" "6.22.fb" "6.23.fb" "6.24.fb" "6.25.fb" "6.26.fb" "6.27.fb" "6.28.fb" "6.29.fb" "7.0.fb" "7.1.fb" "7.2.fb")
+declare -a db_forward_with_options_refs=("6.6.fb" "6.7.fb" "6.8.fb" "6.9.fb" "6.10.fb" "6.11.fb" "6.12.fb" "6.13.fb" "6.14.fb" "6.15.fb" "6.16.fb" "6.17.fb" "6.18.fb" "6.19.fb" "6.20.fb" "6.21.fb" "6.22.fb" "6.23.fb" "6.24.fb" "6.25.fb" "6.26.fb" "6.27.fb" "6.28.fb" "6.29.fb" "7.0.fb" "7.1.fb" "7.2.fb" "7.3.fb")
# To check for DB forward compatibility without loading options (in addition
# to the "with loading options" set), as well as backward compatibility
declare -a db_forward_no_options_refs=() # N/A at the moment