sql: introduce mem_get_bin()
This patch introduces mem_get_bin(). This function is used to receive binary value from MEM. If value of MEM is not binary value, it is converted to binary value if possible. MEM is not changed. Part of #5818
Showing
- src/box/sql/func.c 18 additions, 7 deletionssrc/box/sql/func.c
- src/box/sql/mem.c 13 additions, 22 deletionssrc/box/sql/mem.c
- src/box/sql/mem.h 8 additions, 3 deletionssrc/box/sql/mem.h
- src/box/sql/sqlInt.h 0 additions, 3 deletionssrc/box/sql/sqlInt.h
- src/box/sql/vdbeapi.c 0 additions, 7 deletionssrc/box/sql/vdbeapi.c
Loading
Please register or sign in to comment