[Tarantool-patches] [PATCH v3 05/16] lua: don't raise a Lua error from luaT_tuple_new()
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Thu Oct 15 02:41:47 MSK 2020
Thanks for the patch!
> diff --git a/src/box/lua/tuple.c b/src/box/lua/tuple.c
> index ed97c85e4..8c3d29f71 100644
> --- a/src/box/lua/tuple.c
> +++ b/src/box/lua/tuple.c
> @@ -69,6 +69,8 @@ extern char tuple_lua[]; /* Lua source */
>
> uint32_t CTID_STRUCT_TUPLE_REF;
>
> +static int luaT_tuple_encode_table_ref = LUA_NOREF;
This probably needs a comment.
More information about the Tarantool-patches
mailing list