From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 27 Mar 2019 16:31:36 +0300 From: Vladimir Davydov Subject: Re: [PATCH] schema: run on_alter_space triggers from space_cache_replace Message-ID: <20190327133136.molfzrd3deagunv5@esperanza> References: <9b8a773f88af8cccdacd8ac387a82cd6a131ed21.1553692869.git.vdavydov.dev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9b8a773f88af8cccdacd8ac387a82cd6a131ed21.1553692869.git.vdavydov.dev@gmail.com> To: tarantool-patches@freelists.org List-ID: On Wed, Mar 27, 2019 at 04:30:06PM +0300, Vladimir Davydov wrote: > We call it after each invocation of space_cache_replace() anyway. > Panic on error as space_cache_replace() isn't supposed to fail. > Remove empty on_create_space_commit() while we are at it. > > Follow-up commit 082cffca4dba ("Synchronize lua schema update with > space cache"). > --- > src/box/alter.cc | 21 --------------------- > src/box/schema.cc | 9 ++++++--- > 2 files changed, 6 insertions(+), 24 deletions(-) Trivial. Committed to master.