File tree Expand file tree Collapse file tree 6 files changed +8
-178
lines changed
dev_guide/internals/replication
reference/reference_lua/datetime Expand file tree Collapse file tree 6 files changed +8
-178
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
.. _internals-replication-orphan_status :
2
+ .. _replication-orphan_status :
2
3
3
4
Orphan status
4
5
=============
Original file line number Diff line number Diff line change 1
- .. _ datetime_object :
1
+ .. _ datetime_obj :
2
2
3
3
datetime_object
4
4
===============
@@ -249,7 +249,7 @@ datetime_object
249
249
250
250
Modify an existing datetime object by adding values of the input argument.
251
251
252
- :param table input: an :ref: `interval object <interval-new >` or an equivalent table (see **Example #1 **)
252
+ :param table input: an :ref: `interval object <interval_obj >` or an equivalent table (see **Example #1 **)
253
253
:param string adjust: defines how to round days in a month after an arithmetic operation.
254
254
Possible values: ``none ``, ``last ``, ``excess `` (see **Example #2 **). Defaults to ``none ``.
255
255
@@ -340,7 +340,7 @@ datetime_object
340
340
341
341
Modify an existing datetime object by subtracting values of the input argument.
342
342
343
- :param table input: an :ref: `interval object <interval-new >` or an equivalent table (see **Example **)
343
+ :param table input: an :ref: `interval object <interval_obj >` or an equivalent table (see **Example **)
344
344
:param string adjust: defines how to round days in a month after an arithmetic operation.
345
345
Possible values: ``none ``, ``last ``, ``excess ``. Defaults to ``none ``.
346
346
The logic is similar to the one of the ``:add() `` method -- see :ref: `Example #2 <datetime-add-example2 >`.
Original file line number Diff line number Diff line change 1
- .. _ inverval_object :
1
+ .. _ interval_obj :
2
2
3
- inverval_object
3
+ interval_object
4
4
===============
5
5
6
6
.. class :: interval_object
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ datetime.new()
13
13
:param table units: Table of :ref: `time units <datetime-new-args >`.
14
14
If an empty table or no arguments are passed, the ``datetime `` object with the default values corresponding to Unix Epoch is created: ``1970-01-01T00:00:00Z ``.
15
15
16
- :return: :doc : `datetime object <./datetime/datetime_object >`
16
+ :return: :ref : `datetime object <datetime_obj >`
17
17
:rtype: cdata
18
18
19
19
.. _datetime-new-args :
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Incompatible changes:
44
44
Please update your client libraries if you plan to use these new features
45
45
(:tarantool-issue: `2802 `).
46
46
* :ref: `fiber_name() <fiber_object-name_get >` now raises an exception instead of truncating long fiber names.
47
- We found that some Lua modules such as :ref: `expirationd <expirationd-module >` use ``fiber.name() ``
47
+ We found that some Lua modules such as `expirationd <https://tarantool.github.io/ expirationd/ >`_ use ``fiber.name() ``
48
48
as a key to identify background tasks. If a name is truncated, this fact was
49
49
silently missed. The new behavior allows to detect bugs caused by ``fiber.name() ``
50
50
truncation. Please use ``fiber.name(name, { truncate = true }) `` to emulate
You can’t perform that action at this time.
0 commit comments