[tarantool-patches] [PATCH v3 1/7] box: store sql text and length in sql_request

Vladimir Davydov vdavydov.dev at gmail.com
Thu Nov 29 13:45:42 MSK 2018


On Tue, Nov 27, 2018 at 10:25:18PM +0300, imeevma at tarantool.org wrote:
> Refactored sql_request structure to store pointer to sql string
> data and it's length instead of pointer to msgpack
> representation.
> This is required to use this structure in sql.c where the query
> has a different semantics and can be obtained from stack as a C
> string.
> 
> Needed for #3505.
> ---
>  src/box/execute.c | 6 +++---
>  src/box/execute.h | 2 ++
>  2 files changed, 5 insertions(+), 3 deletions(-)

This one is trivial, pushed to 2.1.



More information about the Tarantool-patches mailing list