summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/docs_data.py
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-01-29 16:05:41 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-29 06:08:59 +0000
commit6387307103bf409a62e670271ca4ea0d91a73075 (patch)
tree9abd0b98db47624ada535d210f7da7cb49e3a451 /src/third_party/wiredtiger/dist/docs_data.py
parent3df2b14d724a152fa14a7a0f44656646074d4828 (diff)
downloadmongo-6387307103bf409a62e670271ca4ea0d91a73075.tar.gz
Import wiredtiger: ab06f96347aeacc948b1e944fc805bddd3e23cfa from branch mongodb-5.0
ref: 31c33f582f..ab06f96347 for: 4.9.0 WT-6504 Don't fallback to onpage value as base value if we see the onpage value in the history store WT-6567 Write "rollback to stable" subpage for Architecture Guide WT-6772 Add support for prepared updates in datastore for test_hs09 WT-7069 Enable column store configuration to history store
Diffstat (limited to 'src/third_party/wiredtiger/dist/docs_data.py')
-rw-r--r--src/third_party/wiredtiger/dist/docs_data.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/dist/docs_data.py b/src/third_party/wiredtiger/dist/docs_data.py
index a1301c87057..9f2bb32486c 100644
--- a/src/third_party/wiredtiger/dist/docs_data.py
+++ b/src/third_party/wiredtiger/dist/docs_data.py
@@ -65,6 +65,9 @@ arch_doc_pages = [
ArchDocPage('arch-row',
['WT_BTREE'],
['src/include/btree.h']),
+ ArchDocPage('arch-rts',
+ [''],
+ ['src/txn/']),
ArchDocPage('arch-schema',
['WT_COLGROUP', 'WT_INDEX', 'WT_LSM_TREE', 'WT_TABLE'],
['src/include/intpack_inline.h', 'src/include/packing_inline.h',