File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/reference/reference_lua/box_stat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ This example illustrates memory statistics for ``used`` tuples in a transaction.
9393
9494The cluster must be started with the :ref: `database.use_mvcc_engine <configuration_reference_database_use_mvcc_engine >`
9595parameter set to true. This :ref: `enables MVCC <txn_mode_mvcc-enabling >` so that
96- ``box.stat.memtx.tx().mvcc `` contained non-zero values.
96+ ``box.stat.memtx.tx().mvcc `` contains non-zero values.
9797
9898The next step is to create a space with a primary index and to begin a transaction:
9999
@@ -117,7 +117,7 @@ In the transaction above, three tuples are replaced by the `0` key:
117117
118118MVCC considers all these tuples as ``used `` since they belong to the current transaction.
119119Also, MVCC considers tuples ``{0, 0} `` and ``{0, 'aa..aa'} `` as ``retained `` because
120- they don't belong to any index (unlike ``{0, 1} ``), but they cannot be deleted yet.
120+ they don't belong to any index (unlike ``{0, 1} ``) but cannot be deleted yet.
121121
122122Calling ``box.stat.memtx.tx() `` now will bring something like this:
123123
You can’t perform that action at this time.
0 commit comments