Skip to content
Snippets Groups Projects
Commit ac07cee4 authored by Nick Zavaritsky's avatar Nick Zavaritsky Committed by Konstantin Osipov
Browse files

sql. MsgPack subtype

 * Introduce MsgPack subtype for Mem. A BLOB with MsgPack subtype is
   assumed to contain MsgPack-encoded data.
 * OP_Column sets MsgPack subtype when reading back arrays, maps or
   extensions from a row field.
 * OP_MakeRecord emits fields with MsgPack subtype verbatim (ordinary
   BLOBs are prefixed with MsgPack BIN header.)
 * Extend OP_Blob to support setting BLOB's subtype.

sql. Add functions to encode spaceid,iid in a PageNo
parent 65238869
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