@@ -46,8 +46,8 @@ msgstr ""
4646"целиком в рамках одного запроса. ``begin``, ``commit`` и другие TX-"
4747"инструкции могут быть отправлены и выполнены в разных запросах."
4848
49- msgid "New features "
50- msgstr "Новые функциональные возможности"
49+ msgid "Features "
50+ msgstr "Функциональные возможности"
5151
5252msgid ""
5353"The primary purpose of :term:`streams <stream>` is to execute transactions "
@@ -80,6 +80,15 @@ msgstr ""
8080"поддержкой стримов. Используя стримы с пользовательским коннектором, "
8181"необходимо передавать ``stream_id`` через протокол iproto."
8282
83+ msgid ""
84+ "Interactive transactions over streams only work if the ``box.cfg{}`` option "
85+ ":ref:`memtx_use_mvcc_engine <cfg_basic-memtx_use_mvcc_engine>` is enabled on"
86+ " the server: ``memtx_use_mvcc_engine = true``."
87+ msgstr ""
88+ "Чтобы в стримах работали интерактивные транзакции, необходимо включить "
89+ "параметр ``box.cfg{}`` :ref:`memtx_use_mvcc_engine <cfg_basic-"
90+ "memtx_use_mvcc_engine>` на сервере: ``memtx_use_mvcc_engine = true``."
91+
8392msgid "Interaction between streams and transactions"
8493msgstr "Взаимодействие между стримами и транзакциями"
8594
@@ -122,15 +131,15 @@ msgid ""
122131"\n"
123132"-- Begin transaction over an iproto stream:\n"
124133"stream:begin()\n"
125- "space :replace({1})\n"
134+ "stream_space :replace({1})\n"
126135"\n"
127136"-- Empty select, the transaction was not committed.\n"
128137"-- You can't see it from the requests that do not belong to the\n"
129138"-- transaction.\n"
139+ "conn_space:select{}\n"
130140"\n"
131141"-- Select returns the previously inserted tuple,\n"
132142"-- because this select belongs to the transaction:\n"
133- "conn_space:select{}\n"
134143"stream_space:select({})\n"
135144"\n"
136145"-- Commit transaction:\n"
@@ -146,7 +155,7 @@ msgstr ""
146155"\n"
147156"-- Начать транзакцию через поток iproto:\n"
148157"stream:begin()\n"
149- "space :replace({1})\n"
158+ "stream_space :replace({1})\n"
150159"\n"
151160"-- Пустой select, коммит транзакции не выполнен.\n"
152161"-- Ее нельзя увидеть из запросов, не относящихся\n"
0 commit comments