summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-07-23 16:16:00 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-23 06:43:00 +0000
commit00840fd3470baa28ff6ed6a50b8b59327e6bac45 (patch)
tree820cc518b9f0b181b65b61b5a54fbddb2fed3f15
parent15008ba780eeee78958c21c963a6f805020dae8c (diff)
downloadmongo-00840fd3470baa28ff6ed6a50b8b59327e6bac45.tar.gz
Import wiredtiger: 7aeeeefcdec0b65a486130acb3a9984c7f7c054d from branch mongodb-master
ref: 90bf3e24c5..7aeeeefcde for: 5.1.0 WT-7889 Find/replace existing uses of WT with WiredTiger in reference guide
-rw-r--r--src/third_party/wiredtiger/import.data2
-rw-r--r--src/third_party/wiredtiger/src/docs/arch-data-file.dox2
-rw-r--r--src/third_party/wiredtiger/src/docs/arch-rts.dox4
-rw-r--r--src/third_party/wiredtiger/src/docs/spell.ok3
-rw-r--r--src/third_party/wiredtiger/src/docs/testing.dox2
-rw-r--r--src/third_party/wiredtiger/src/docs/tool-optrack.dox6
6 files changed, 11 insertions, 8 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 1dfb3379472..04cca03fe5b 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-master",
- "commit": "90bf3e24c58a7e4d66b482a4032c32bc6d2157e9"
+ "commit": "7aeeeefcdec0b65a486130acb3a9984c7f7c054d"
}
diff --git a/src/third_party/wiredtiger/src/docs/arch-data-file.dox b/src/third_party/wiredtiger/src/docs/arch-data-file.dox
index ee44d7c5a27..80a32dd4525 100644
--- a/src/third_party/wiredtiger/src/docs/arch-data-file.dox
+++ b/src/third_party/wiredtiger/src/docs/arch-data-file.dox
@@ -64,7 +64,7 @@ Different types of pages are made up of different types of cells.
there will be pages between the root page and leaf page. These internal
pages contain keys that point to other pages.
- The row-store internal page \c WT_PAGE_ROW_INT is made up of a key cell
-(\c WT_CELL_KEY or \c WT_CELL_KEY_OVFL) followed by an offpage-reference
+(\c WT_CELL_KEY or \c WT_CELL_KEY_OVFL) followed by an off-page reference
(\c WT_CELL_ADDR_XXX).
- The column-store internal page \c WT_PAGE_COL_INT simply contains an
off-page reference.
diff --git a/src/third_party/wiredtiger/src/docs/arch-rts.dox b/src/third_party/wiredtiger/src/docs/arch-rts.dox
index 451732f5776..3e2cf6b70d0 100644
--- a/src/third_party/wiredtiger/src/docs/arch-rts.dox
+++ b/src/third_party/wiredtiger/src/docs/arch-rts.dox
@@ -16,8 +16,8 @@ updates are aborted and the on-disk version updates are replaced with an update
from history store otherwise the data store version is removed.
Rollback to stable is performed in three phases
-1. WT startup
-2. WT shutdown
+1. WiredTiger startup
+2. WiredTiger shutdown
3. Application initiated
To improve the performance of rollback to stable operation, rollback to stable
diff --git a/src/third_party/wiredtiger/src/docs/spell.ok b/src/third_party/wiredtiger/src/docs/spell.ok
index b6ffb744fb6..da63c933d3f 100644
--- a/src/third_party/wiredtiger/src/docs/spell.ok
+++ b/src/third_party/wiredtiger/src/docs/spell.ok
@@ -1,5 +1,6 @@
personal_ws-1.1 en 200
ACM
+ADDR
APIs
ASAN
ActiveState
@@ -149,6 +150,7 @@ aR
abc
abstime
ack'ed
+addr
ajn
alloc
allocator
@@ -376,6 +378,7 @@ keyfmt
keyid
keyname
keyvalue
+kv
kvs
lang
lastname
diff --git a/src/third_party/wiredtiger/src/docs/testing.dox b/src/third_party/wiredtiger/src/docs/testing.dox
index b33ad279562..5b9835f6cd9 100644
--- a/src/third_party/wiredtiger/src/docs/testing.dox
+++ b/src/third_party/wiredtiger/src/docs/testing.dox
@@ -37,7 +37,7 @@ into the WiredTiger GitHub source tree.
@subsection test_csuite CSuite
@subsection test_cppsuite CPPSuite
@subsection test_format Format
-@subsection test_perf WT Perf
+@subsection test_perf WiredTiger Perf
@subsection test_workgen Workgen
@section testing_compatibility Compatibility Testing
diff --git a/src/third_party/wiredtiger/src/docs/tool-optrack.dox b/src/third_party/wiredtiger/src/docs/tool-optrack.dox
index c13dd31ae84..e39a17e3a08 100644
--- a/src/third_party/wiredtiger/src/docs/tool-optrack.dox
+++ b/src/third_party/wiredtiger/src/docs/tool-optrack.dox
@@ -104,7 +104,7 @@ efficient than writing strings, and the map file is needed to decode them.
Now the binary log files need to be converted into the text format. To do that
use the script `wt_optrack_decode.py` in the WiredTiger tree. We will refer to
-the path to your WiredTiger tree as WT. Suppose that the process ID that
+the path to your WiredTiger tree as WiredTiger. Suppose that the process ID that
generated the operation tracking files is 25660. Then you'd run the decode
script like so:
@@ -124,7 +124,7 @@ nanoseconds.
In the end, you should see lots of output files whose names look like the
optrack log files, but with the suffixes `-internal.txt` and `-external.txt`.
-The "internal" files are the log files for WT internal sessions (such as
+The "internal" files are the log files for WiredTiger internal sessions (such as
eviction threads). The "external" files are for the sessions created by the
client application.
@@ -195,7 +195,7 @@ workload described earlier in this tutorial. Please open the URL, because we
will now walk over what it shows.
The main page shows a number of outlier histograms. Each histogram corresponds
-to a function that was tracked by the operation tracking system in WT. The
+to a function that was tracked by the operation tracking system in WiredTiger. The
x-axis shows the execution timeline (in nanoseconds). The y-axis shows how many
abnormally long executions of the function occurred during very period of the
execution.