From: Vladimir Davydov <vdavydov.dev@gmail.com>
To: Georgy Kirichenko <georgy@tarantool.org>
Cc: tarantool-patches@freelists.org
Subject: Re: [tarantool-patches] [PATCH 2/2] On ctl event trigger
Date: Thu, 30 Aug 2018 15:07:51 +0300 [thread overview]
Message-ID: <20180830120751.hibjsbusors3rljw@esperanza> (raw)
In-Reply-To: <7d9ccb894ef2915181454db39ead93497f9ff9aa.1535472838.git.georgy@tarantool.org>
On Tue, Aug 28, 2018 at 07:19:13PM +0300, Georgy Kirichenko wrote:
> ---
> src/box/CMakeLists.txt | 2 +
> src/box/alter.cc | 16 ++
> src/box/applier.cc | 6 +
> src/box/box.cc | 42 ++++
> src/box/lua/init.c | 2 +
> src/box/lua/load_cfg.lua | 1 +
> test/box/ctl_event.result | 364 ++++++++++++++++++++++++++++++++++
> test/box/ctl_event.test.lua | 76 +++++++
> test/box/lua/trig_master.lua | 8 +
> test/box/lua/trig_replica.lua | 46 +++++
> test/box/misc.result | 1 +
> 11 files changed, 564 insertions(+)
> create mode 100644 test/box/ctl_event.result
> create mode 100644 test/box/ctl_event.test.lua
> create mode 100644 test/box/lua/trig_master.lua
> create mode 100644 test/box/lua/trig_replica.lua
>
> diff --git a/src/box/CMakeLists.txt b/src/box/CMakeLists.txt
> index cab6a2276..ee495a037 100644
> --- a/src/box/CMakeLists.txt
> +++ b/src/box/CMakeLists.txt
> @@ -113,6 +113,7 @@ add_library(box STATIC
> journal.c
> wal.c
> call.c
> + ctl_event.c
There's no ctl_event.c so this doesn't compile. Please fix.
next prev parent reply other threads:[~2018-08-30 12:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-28 16:19 [tarantool-patches] [PATCH 0/2] Box control " Georgy Kirichenko
2018-08-28 16:19 ` [tarantool-patches] [PATCH 1/2] Update lua space cache just after creation Georgy Kirichenko
2018-08-30 12:06 ` Vladimir Davydov
2018-08-31 4:57 ` [tarantool-patches] " Georgy Kirichenko
2018-08-30 12:31 ` Konstantin Osipov
2018-08-31 4:53 ` Georgy Kirichenko
2018-08-28 16:19 ` [tarantool-patches] [PATCH 2/2] On ctl event trigger Georgy Kirichenko
2018-08-30 12:07 ` Vladimir Davydov [this message]
2018-08-30 12:10 ` Vladimir Davydov
2018-08-30 12:38 ` Vladimir Davydov
2018-08-30 13:04 ` Georgy Kirichenko
2018-08-30 13:21 ` Vladimir Davydov
2018-08-30 14:45 ` [tarantool-patches] " Konstantin Osipov
2018-08-30 14:40 ` Konstantin Osipov
2018-08-30 12:50 ` Konstantin Osipov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180830120751.hibjsbusors3rljw@esperanza \
--to=vdavydov.dev@gmail.com \
--cc=georgy@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='Re: [tarantool-patches] [PATCH 2/2] On ctl event trigger' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox