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 469F823303 for ; Tue, 3 Jul 2018 04:04:48 -0400 (EDT) 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 NnLjKDubOLEt for ; Tue, 3 Jul 2018 04:04:48 -0400 (EDT) Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 83F851FA1C for ; Tue, 3 Jul 2018 04:04:47 -0400 (EDT) Date: Tue, 3 Jul 2018 11:04:35 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 0/3] sql: default engine pragma Message-ID: <20180703080435.gfwpfbkvft6ng2dx@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 Cc: korablev@tarantool.org, Kirill Shcherbatov Hello, On 28 июн 19:19, Kirill Shcherbatov wrote: > Introduced a new SQL pragma that allows to set default storage engine. > Both 'memtx' and 'vinyl' are supported. Config enum value is stored in user_session > represented as uint8_t. Initial 0 value match default MEMTEX storage engine. > Adopted basic sql test to launch with multiple engines. > Worth to take into account that vinyl transactions don't rollback automatically > on failures. This required to modify some tests. I've checked in the patch set into 2.0 branch. -- Regards, Kirill Yukhin