[Tarantool-patches] [PATCH v3 1/8] sql: introduce mem_set_double()
Nikita Pettik
korablev at tarantool.org
Mon Jul 6 17:02:12 MSK 2020
On 28 Jun 13:31, Nikita Pettik wrote:
> On 25 Jun 18:17, imeevma at tarantool.org wrote:
> > The mem_set_double () function is used to properly set MEM as
> > containing DOUBLE value.
>
> Nit: it has been introduced a long ago (sqlVdbeMemSetDouble()).
> You refactor it and use in several other places.
>
> LGTM
>
I've fixed a bit commit message and pushed to master as trivial.
sql: refactor sqlVdbeMemSetDouble()
sqlVdbeMemSetDouble() function is used to properly set double value to
VDBE memory cell. Let's refactor it according to our codestyle and
rename it to mem_set_double() since we are going to use it instead of
raw mem's value modification.
More information about the Tarantool-patches
mailing list