From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C39EC26A68 for ; Fri, 25 Jan 2019 06:12:28 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VREXV_wnaD7l for ; Fri, 25 Jan 2019 06:12:28 -0500 (EST) Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 63D0F26A4D for ; Fri, 25 Jan 2019 06:12:28 -0500 (EST) From: Kirill Shcherbatov Subject: [tarantool-patches] [PATCH v1 0/2] fix 2.1.1 migration Date: Fri, 25 Jan 2019 14:12:23 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org, korablev@tarantool.org Cc: Kirill Shcherbatov Due to the fact that the data storage format in Tarantool was changed in version 2.1.1, the migration script also needs to be modified accordingly. Branch: http://github.com/tarantool/tarantool/tree/kshch/fix-210-migrations Issue: https://github.com/tarantool/tarantool/issues/3691 Kirill Shcherbatov (2): box: fix upgrade script for _fk_constraint space box: fix Tarantool upgrade from 2.1.0 to 2.1.1 src/box/index_def.c | 1 + src/box/lua/upgrade.lua | 28 +++++++++++++++++- src/box/opt_def.c | 3 ++ src/box/opt_def.h | 12 +++++--- test/sql/upgrade.test.lua | 17 +++++++++++ .../upgrade/2.1.0/00000000000000000003.snap | Bin 0 -> 2124 bytes 6 files changed, 56 insertions(+), 5 deletions(-) create mode 100644 test/sql/upgrade/2.1.0/00000000000000000003.snap -- 2.19.2