File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
doc/reference/reference_lua/box_space
locale/ru/LC_MESSAGES/reference/reference_lua/box_space Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ space_object:truncate()
2424 Read more about `setuid ` functions in the reference for
2525 :doc: `/reference/reference_lua/box_schema/func_create `.
2626
27- The ``truncate `` method cannot be called from within a transaction.
27+ .. note ::
28+
29+ Do not call this method within a transaction in
30+ Tarantool older than :tarantool-release: `2.10.0 `. See :tarantool-issue: `6123 ` for details.
2831
2932 **Example: **
3033
Original file line number Diff line number Diff line change @@ -39,8 +39,10 @@ msgstr ""
3939"`setuid` можно получить в справочнике по for "
4040":doc:`/reference/reference_lua/box_schema/func_create`."
4141
42- msgid "The ``truncate`` method cannot be called from within a transaction."
43- msgstr "Метод ``truncate`` нельзя вызвать из транзакции."
42+ msgid "Do not call this method within a transaction in "
43+ "Tarantool older than :tarantool-release:`2.10.0`. See :tarantool-issue:`6123` for details."
44+ msgstr "В версиях Tarantool старше :tarantool-release:`2.10.0` "
45+ "не следует вызывать ``truncate`` из транзакции. Подробности в тикете :tarantool-issue:`6123`."
4446
4547msgid "**Example:**"
4648msgstr "**Пример:**"
You can’t perform that action at this time.
0 commit comments