File tree Expand file tree Collapse file tree 4 files changed +2
-56
lines changed
doc/dev_guide/internals/iproto/images Expand file tree Collapse file tree 4 files changed +2
-56
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,4 @@ json "**Response to IPROTO_INSERT**" as insert_response {
31
31
}
32
32
}
33
33
34
- json "**Response to IPROTO_INSERT via SQL**" as insert_response_sql {
35
- "Size" : "MP_UINT" ,
36
- "Header" : {
37
- "[[tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_REQUEST_TYPE]]" : "IPROTO_OK" ,
38
- "[[tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_SYNC]]" : "MP_UINT" ,
39
- "[[tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_SCHEMA_VERSION]]" : "MP_UINT"
40
- },
41
- "Body" : {
42
- "[[tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys IPROTO_SQL_INFO]]" : {
43
- "[[tarantool.io/en/doc/latest/dev_guide/internals/iproto/keys SQL_INFO_ROW_COUNT]]" : "MP_UINT"
44
- }
45
- }
46
- }
47
-
48
34
@enduml
You can’t perform that action at this time.
0 commit comments