Deviations for protocol version 11
In protocol 11 and higher with ptype_lazy_send
, the response to op_allocate_statement
is deferred;it requires another operation on the connection before the response is sent.
In general, this means the allocate operation should be sent together with a prepare operation using the invalid object handle (0xFFFF
).