From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 DF423401A41 for ; Sun, 27 Oct 2019 13:29:57 +0300 (MSK) Date: Sun, 27 Oct 2019 13:29:54 +0300 From: Mergen Imeev Message-ID: <20191027102954.GA16262@tarantool.org> References: <43c0f8cc-f97a-5a95-4a04-cb45a08aaa45@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <43c0f8cc-f97a-5a95-4a04-cb45a08aaa45@tarantool.org> Subject: Re: [Tarantool-patches] [tarantool-patches] Re: [PATCH v2 0/5] Replace control pragmas by SET List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: v.shpilevoy@tarantool.org, tarantool-patches@freelists.org Cc: tarantool-patches@dev.tarantool.org On Sat, Oct 26, 2019 at 07:34:01PM +0200, Vladislav Shpilevoy wrote: > I've just realized - we wanted a universal language independent way > to set session settings? Or only to get their values? > As far as I know, only to get their values.