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.
145145An unknown request type. The constant is used to override the handler of unknown IPROTO request types.
146146Learn more: :ref: `box.iproto.override() <reference_lua-box_iproto_override >` and :ref: `box_iproto_override <box_box_iproto_override >`.
147147
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-
161148.. _box_protocol-select :
162149
163150IPROTO_SELECT
@@ -408,6 +395,19 @@ are the same, but the LSN must be increased because a data-change
408395must be recorded.
409396The body is: nothing.
410397
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+
411411
412412.. _box_protocol-ping :
413413
You can’t perform that action at this time.
0 commit comments