[Tarantool-patches] [PATCH v2 05/16] sql: move sql_finalize() to execute.h
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Wed Dec 4 01:51:19 MSK 2019
Thanks for the patch!
On 20/11/2019 22:28, Nikita Pettik wrote:
> We are going to make prepared statement cache be session local. Hence,
Session local? I thought we've decided to use a global
cache.
> when sessions is destroyed we should erase its cache and deallocate each
> prepared statement in it. As a consequence, we should be able to call
> sql_finalize() from box/ submodule. So let's move its signature to
> box/execute.h
>
> Need for #2592
More information about the Tarantool-patches
mailing list