From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 B2A1946971A for ; Sat, 7 Dec 2019 13:29:04 +0300 (MSK) Received: by smtpng3.m.smailru.net with esmtpa (envelope-from ) id 1idXKi-0007Jf-57 for tarantool-patches@dev.tarantool.org; Sat, 07 Dec 2019 13:29:04 +0300 From: Chris Sosnin Date: Sat, 7 Dec 2019 13:29:04 +0300 Message-Id: <20191207102904.86852-1-k.sosnin@tarantool.org> In-Reply-To: <20191206125308.79432-1-k.sosnin@tarantool.org> References: <20191206125308.79432-1-k.sosnin@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH] sql: remove grants associated with the table List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org There was a typo, I fixed it: diff --git a/src/box/sql/build.c b/src/box/sql/build.c + sqlReleaseTempRange(parser, key_reg, 4); -- 2.21.0 (Apple Git-122.2)