File tree 1 file changed +2
-2
lines changed
doc/reference/reference_lua/box_stat
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.
93
93
94
94
The cluster must be started with the :ref: `database.use_mvcc_engine <configuration_reference_database_use_mvcc_engine >`
95
95
parameter 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.
97
97
98
98
The next step is to create a space with a primary index and to begin a transaction:
99
99
@@ -117,7 +117,7 @@ In the transaction above, three tuples are replaced by the `0` key:
117
117
118
118
MVCC considers all these tuples as ``used `` since they belong to the current transaction.
119
119
Also, 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.
121
121
122
122
Calling ``box.stat.memtx.tx() `` now will bring something like this:
123
123
You can’t perform that action at this time.
0 commit comments