Skip to content
Snippets Groups Projects
Commit 48601fa1 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

iproto: change IPROTO_NOP code from 11 to 12

11 was initially used for SQL EXECUTE in 1.8, but 1.7 commit
b73030f2 ("iproto: add IPROTO_NOP request type") reassigned
it to NOP so after the merge SQL EXECUTE landed at 12, which
broke connectors. Let's shift NOP to 12 and move EXECUTE back
to 11. This is OK as 1.7.7 which introduced the new iproto type
hasn't been officially released yet.
parent 66c60ae1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment