Skip to content

Commit 8b8377e

Browse files
committed
Fix list
1 parent fb6df1a commit 8b8377e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/reference/internals/iproto/requests.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ Overview
4242
- -1 |br| MP_UINT
4343
- An unknown request type
4444

45-
* - :ref:`IPROTO_INSERT_ARROW <internals-iproto-insert-arrow>`
46-
- 0x11
47-
- Iproto Insert Arrow data request. Available since
48-
version :doc:`3.3.0 </release/3.3.0>`.
49-
5045
* - :ref:`IPROTO_SELECT <box_protocol-select>`
5146
- 0x01
5247
- :ref:`Select <box_space-select>` request
@@ -87,6 +82,11 @@ Overview
8782
- 0x0c
8883
- Increment the LSN and do nothing else
8984

85+
* - :ref:`IPROTO_INSERT_ARROW <internals-iproto-insert-arrow>`
86+
- 0x11
87+
- Iproto Insert Arrow data request. Available since
88+
version :doc:`3.3.0 </release/3.3.0>`.
89+
9090
* - :ref:`IPROTO_PING <box_protocol-ping>`
9191
- 0x40
9292
- Ping (:ref:`conn:ping() <conn-ping>`)

0 commit comments

Comments
 (0)