Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v2 0/2] sql: proper check for index in sqlite3Insert()
@ 2018-11-15 12:09 imeevma
  2018-11-15 12:09 ` [tarantool-patches] [PATCH v2 1/2] " imeevma
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: imeevma @ 2018-11-15 12:09 UTC (permalink / raw)
  To: tarantool-patches, v.shpilevoy

In case when different fibers try to "INSERT INTO table" and
"DROP TABLE table" at the same time it is possible to get
SEGMENTATION FAULT because INSERT tried to use nonexistent index.

Patch 1 adds a check for index in given space and do some
refactoring.

Patch 2 do some refactoring.

Changes in v2:
 - Check that index exists instead of do less work if it doesn't.
 - Refactoring: reduced "struct Table" usage.
 - Refactoring: removed space_column_default_expr().

https://github.com/tarantool/tarantool/issues/3780
https://github.com/tarantool/tarantool/tree/imeevma/gh-3780-proper-index-check

Mergen Imeev (1):
  sql: proper check for index in sqlite3Insert()

Vladislav Shpilevoy (1):
  sql: remove space_column_default_expr()

 src/box/sql.c            | 14 ----------
 src/box/sql.h            | 11 --------
 src/box/sql/insert.c     | 68 +++++++++++++++++++++++-------------------------
 test/sql/errinj.result   | 33 +++++++++++++++++++++++
 test/sql/errinj.test.lua | 12 +++++++++
 5 files changed, 78 insertions(+), 60 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-11-15 13:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-15 12:09 [tarantool-patches] [PATCH v2 0/2] sql: proper check for index in sqlite3Insert() imeevma
2018-11-15 12:09 ` [tarantool-patches] [PATCH v2 1/2] " imeevma
2018-11-15 13:47   ` [tarantool-patches] " n.pettik
2018-11-15 12:09 ` [tarantool-patches] [PATCH v2 2/2] sql: remove space_column_default_expr() imeevma
2018-11-15 13:47   ` [tarantool-patches] " n.pettik
2018-11-15 12:27 ` [tarantool-patches] Re: [PATCH v2 0/2] sql: proper check for index in sqlite3Insert() Vladislav Shpilevoy

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