File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
doc/reference/internals/iproto Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -145,19 +145,6 @@ Code: -1.
145
145
An unknown request type. The constant is used to override the handler of unknown IPROTO request types.
146
146
Learn more: :ref: `box.iproto.override() <reference_lua-box_iproto_override >` and :ref: `box_iproto_override <box_box_iproto_override >`.
147
147
148
- .. _internals-iproto-insert-arrow :
149
-
150
- IPROTO_INSERT_ARROW
151
- -------------------
152
-
153
- Since version :doc: `3.3.0 </release/3.3.0 >`.
154
-
155
- Code: 0x11
156
- The body is a 2-item map:
157
-
158
- .. raw :: html
159
- :file: images/iproto_insert_arrow.svg
160
-
161
148
.. _box_protocol-select :
162
149
163
150
IPROTO_SELECT
@@ -408,6 +395,19 @@ are the same, but the LSN must be increased because a data-change
408
395
must be recorded.
409
396
The body is: nothing.
410
397
398
+ .. _internals-iproto-insert-arrow :
399
+
400
+ IPROTO_INSERT_ARROW
401
+ -------------------
402
+
403
+ Since version :doc: `3.3.0 </release/3.3.0 >`.
404
+
405
+ Code: 0x11
406
+ The body is a 2-item map:
407
+
408
+ .. raw :: html
409
+ :file: images/iproto_insert_arrow.svg
410
+
411
411
412
412
.. _box_protocol-ping :
413
413
You can’t perform that action at this time.
0 commit comments