-
Notifications
You must be signed in to change notification settings - Fork 43
Update SQL IPROTO codes #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To be documented when this RFC is fully implemented: At that point we'll need to add new info to "Internals": (1) universal response packet structure (sent in response to both SQL and non-SQL queries) that will contain new fields:
New fields are: IPROTO_METADATA with nested fields + IPROTO_SQL_INFO with nested fields. (2) example of a multi-packet response to SQL queries
Response example (split into several packets if SQL reply data is too big):
(3) state machine diagram: https://github.com/tarantool/tarantool/blob/gh-3328-new-iproto/doc/rfc/3328-wire_protocol_img1.svg |
Please, update the link to the state machine image - I have uploaded svg instead of png right now. |
done |
Note: We have SQL_INFO_AUTOINCREMENT_IDS instead of SQL_INFO_LAST_ID now. |
It seems it is done. |
@veod32 please double-check what is done and add everything what is still missing |
After tarantool/tarantool@43e03e6 IPROTO_FIELD_NAME has code 0 instead of 0x29.
The text was updated successfully, but these errors were encountered: