From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Vladimir Davydov Subject: [PATCH 0/4] vinyl: fix crash in vinyl_iterator_secondary_next() Date: Tue, 15 May 2018 17:08:36 +0300 Message-Id: To: kostja@tarantool.org Cc: tarantool-patches@freelists.org List-ID: Hopefully, this will fix the crash happening at Mail.Ru Cloud deployment. https://github.com/tarantool/tarantool/issues/3393 https://github.com/tarantool/tarantool/commits/gh-3393-vy-fix-crash-in-sk-select Vladimir Davydov (4): vinyl: fix EQ check in run iterator vinyl: fix lost key on dump completion vinyl: do not panic if secondary index is inconsistent with primary test: improve vinyl/select_consistency src/box/vinyl.c | 23 +++++++++++++++++++---- src/box/vy_run.c | 13 ++++++++++++- src/box/vy_scheduler.c | 3 ++- test/vinyl/select_consistency.result | 11 +++++++---- test/vinyl/select_consistency.test.lua | 9 +++++---- 5 files changed, 45 insertions(+), 14 deletions(-) -- 2.11.0