Displaying 1 result from an estimated 1 matches for "msg_query".
2015 Apr 01
1
Remote protocol abstracted
...ent).
The binary protocol was changed in the way that a new command can be sent to
the server (MSG_SELECT) in case the server tells the client no default
directory
is selected, the server then reacts to this command by opening and
selecting the
requested database as the active database.
2. Split msg_query and msg_getmset
----------------------------------
Originally, `msg_query()` handled two commands by the client: `MSG_QUERY`
and
also `MSG_GETMSET` (which was marked as "used during a conversation"). This
changes this and makes it so `msg_query()` returns even when the client
hasn't...