[tarantool-patches] Re: [PATCH 0/2] Introduce WITH ENGINE option for CREATE TABLE stmt

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Aug 20 00:05:05 MSK 2019


Thanks for the patch! LGTM.

On 19/08/2019 16:49, Nikita Pettik wrote:
> Branch: https://github.com/tarantool/tarantool/issues/4422
> Issue: https://github.com/tarantool/tarantool/tree/np/gh-4422-with-engine-option
> 
> See particular commits for details.
> 
> Nikita Pettik (2):
>   Do not log error in engine_find()
>   sql: allow to specify engine in CREATE TABLE stmt
> 
>  extra/mkkeywordhash.c    |  1 +
>  src/box/engine.h         |  4 +--
>  src/box/sql/parse.y      | 27 +++++++++++++--
>  test/sql/engine.result   | 85 ++++++++++++++++++++++++++++++++++++++++++++++++
>  test/sql/engine.test.lua | 30 +++++++++++++++++
>  5 files changed, 141 insertions(+), 6 deletions(-)
> 




More information about the Tarantool-patches mailing list