Skip to content

Commit

Permalink
update rocksdb submodule to 6.22.fb
Browse files Browse the repository at this point in the history
Summary:
6.22.fb is the latest RocksDB release,
aligned to fb-MySQL 5.6.

update-submodule: rocksdb

Reviewed By: yizhang82

Differential Revision: D29476464

fbshipit-source-id: 85ea846d8b0
  • Loading branch information
yoshinorim authored and facebook-github-bot committed Jun 30, 2021
1 parent d1f8102 commit 7deb484
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions mysql-test/suite/rocksdb/r/show_engine.result
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ __system__ TABLE_FACTORY::READ_AMP_BYTES_PER_BIT #
__system__ TABLE_FACTORY::FORMAT_VERSION #
__system__ TABLE_FACTORY::ENABLE_INDEX_COMPRESSION #
__system__ TABLE_FACTORY::BLOCK_ALIGN #
__system__ TABLE_FACTORY::MAX_AUTO_READAHEAD_SIZE #
__system__ TABLE_FACTORY::PREPOPULATE_BLOCK_CACHE #
cf_t1 COMPARATOR #
cf_t1 MERGE_OPERATOR #
cf_t1 COMPACTION_FILTER #
Expand Down Expand Up @@ -282,6 +284,8 @@ cf_t1 TABLE_FACTORY::READ_AMP_BYTES_PER_BIT #
cf_t1 TABLE_FACTORY::FORMAT_VERSION #
cf_t1 TABLE_FACTORY::ENABLE_INDEX_COMPRESSION #
cf_t1 TABLE_FACTORY::BLOCK_ALIGN #
cf_t1 TABLE_FACTORY::MAX_AUTO_READAHEAD_SIZE #
cf_t1 TABLE_FACTORY::PREPOPULATE_BLOCK_CACHE #
default COMPARATOR #
default MERGE_OPERATOR #
default COMPACTION_FILTER #
Expand Down Expand Up @@ -359,6 +363,8 @@ default TABLE_FACTORY::READ_AMP_BYTES_PER_BIT #
default TABLE_FACTORY::FORMAT_VERSION #
default TABLE_FACTORY::ENABLE_INDEX_COMPRESSION #
default TABLE_FACTORY::BLOCK_ALIGN #
default TABLE_FACTORY::MAX_AUTO_READAHEAD_SIZE #
default TABLE_FACTORY::PREPOPULATE_BLOCK_CACHE #
rev:cf_t2 COMPARATOR #
rev:cf_t2 MERGE_OPERATOR #
rev:cf_t2 COMPACTION_FILTER #
Expand Down Expand Up @@ -436,6 +442,8 @@ rev:cf_t2 TABLE_FACTORY::READ_AMP_BYTES_PER_BIT #
rev:cf_t2 TABLE_FACTORY::FORMAT_VERSION #
rev:cf_t2 TABLE_FACTORY::ENABLE_INDEX_COMPRESSION #
rev:cf_t2 TABLE_FACTORY::BLOCK_ALIGN #
rev:cf_t2 TABLE_FACTORY::MAX_AUTO_READAHEAD_SIZE #
rev:cf_t2 TABLE_FACTORY::PREPOPULATE_BLOCK_CACHE #
DROP TABLE t1;
DROP TABLE t2;
DROP TABLE t3;
Expand Down
2 changes: 1 addition & 1 deletion rocksdb
Submodule rocksdb updated 184 files

0 comments on commit 7deb484

Please sign in to comment.