File tree Expand file tree Collapse file tree 3 files changed +52
-55
lines changed
doc/reference/internals/iproto Expand file tree Collapse file tree 3 files changed +52
-55
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ skinparam {
77 BackgroundColor transparent
88}
99
10- json "**IPROTO_ARROW **" as insert_request {
10+ json "**IPROTO_INSERT_ARROW **" as insert_request {
1111 "Size" : "MP_UINT" ,
1212 "Header" : {
13- "[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]" : "IPROTO_ARROW " ,
13+ "[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]" : "IPROTO_INSERT_ARROW " ,
1414 "[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]" : "MP_UINT"
1515 },
1616 "Body" : {
1717 "[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SPACE_ID]]" : "MP_UINT" ,
18- "[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_ARROW ]]" : "MP_ARROW"
18+ "[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSERT_ARROW ]]" : "MP_ARROW"
1919 }
2020}
2121
22- json "**Response to IPROTO_ARROW **" as insert_response {
22+ json "**Response to IPROTO_INSERT_ARROW **" as insert_response {
2323 "Size" : "MP_UINT" ,
2424 "Header" : {
2525 "[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]" : "IPROTO_OK" ,
Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ 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-arrow :
148+ .. _internals-iproto-insert- arrow :
149149
150- IPROTO_ARROW
150+ IPROTO_INSERT_ARROW
151151-------------------
152152
153153Since version :doc: `3.3.0 </release/3.3.0 >`.
@@ -156,10 +156,7 @@ Code: 0x11
156156The body is a 2-item map:
157157
158158.. raw :: html
159- :file: images/insert_arrow.svg
160-
161- The structure of the ``IPROTO_INSERT_ARROW `` request is similar to
162- :ref: `IPROTO_INSERT <box_protocol-insert >`.
159+ :file: images/iproto_insert_arrow.svg
163160
164161.. _box_protocol-select :
165162
You can’t perform that action at this time.
0 commit comments