Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] Introduce WITH ENGINE option for CREATE TABLE stmt
@ 2019-08-19 14:49 Nikita Pettik
  2019-08-19 14:49 ` [tarantool-patches] [PATCH 1/2] Do not log error in engine_find() Nikita Pettik
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Nikita Pettik @ 2019-08-19 14:49 UTC (permalink / raw)
  To: tarantool-patches; +Cc: v.shpilevoy, kostja, Nikita Pettik

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(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-08-22 12:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19 14:49 [tarantool-patches] [PATCH 0/2] Introduce WITH ENGINE option for CREATE TABLE stmt Nikita Pettik
2019-08-19 14:49 ` [tarantool-patches] [PATCH 1/2] Do not log error in engine_find() Nikita Pettik
2019-08-19 14:49 ` [tarantool-patches] [PATCH 2/2] sql: allow to specify engine in CREATE TABLE stmt Nikita Pettik
2019-08-20 11:59   ` [tarantool-patches] " Konstantin Osipov
2019-08-19 21:05 ` [tarantool-patches] Re: [PATCH 0/2] Introduce WITH ENGINE option for " Vladislav Shpilevoy
2019-08-20 11:57 ` Konstantin Osipov
2019-08-20 12:10   ` n.pettik
2019-08-20 13:49     ` Konstantin Osipov
2019-08-20 13:56       ` n.pettik
2019-08-20 13:59         ` Konstantin Osipov
2019-08-22 12:07 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox