From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 80C094696C3 for ; Fri, 3 Apr 2020 17:47:04 +0300 (MSK) Date: Fri, 3 Apr 2020 14:47:03 +0000 From: Nikita Pettik Message-ID: <20200403144703.GF2993@tarantool.org> References: <6b4664246badde3ab7c9252234eac431aa064c6c.1585559306.git.k.sosnin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <6b4664246badde3ab7c9252234eac431aa064c6c.1585559306.git.k.sosnin@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 3/4] box: provide a user friendly frontend for accessing session settings List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Sosnin Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On 30 Mar 12:13, Chris Sosnin wrote: > - space_object:update() is hard to use for configuring session settings, > so we provide box.session.settings table, which can be used in a much more > native way. > > - Prior to this patch sql settings were not accessible before box.cfg() > call, even though these flags can be set right after session creation. > > Part of #4711 > --- LGTM