[tarantool-patches] Re: [PATCH v3 06/10] sql: move sqlite3DeleteTrigger to sql.h

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Thu Jun 14 22:27:20 MSK 2018


Thanks for the fixes!

I have pushed other review fixes as a separate commit. Please,
look and squash.

On 14/06/2018 20:32, Kirill Shcherbatov wrote:
> As we are going to port triggers to server, we need
> an instrument to release allocated memory in alter.cc.
> 
> Part of #3273.
> ---
>   src/box/sql.h           |  9 +++++++++
>   src/box/sql/callback.c  |  7 +++----
>   src/box/sql/sqliteInt.h |  3 +--
>   src/box/sql/status.c    |  6 +++---
>   src/box/sql/tokenize.c  |  2 +-
>   src/box/sql/trigger.c   | 30 +++++++++++++-----------------
>   6 files changed, 30 insertions(+), 27 deletions(-)
> 




More information about the Tarantool-patches mailing list