From: Vladimir Davydov <vdavydov.dev@gmail.com> To: kostja@tarantool.org Cc: tarantool-patches@freelists.org Subject: [PATCH 0/2] Rename vinyl info to stat Date: Thu, 31 May 2018 20:13:45 +0300 [thread overview] Message-ID: <cover.1527786650.git.vdavydov.dev@gmail.com> (raw) This is a trivial patch set that renames box.info.vinyl to box.stat.vinyl and index.info to index.stat. https://github.com/tarantool/tarantool/issues/3277 https://github.com/tarantool/tarantool/commits/gh-3277-rename-vinyl-info-to-stat Vladimir Davydov (2): Move box.info.vinyl to box.stat.vinyl Rename index.info to index.stat src/box/index.cc | 6 +++--- src/box/index.h | 14 +++++++------- src/box/lua/index.c | 6 +++--- src/box/lua/info.c | 2 +- src/box/lua/schema.lua | 4 ++-- src/box/lua/stat.c | 22 +++++++++++++++++++++- src/box/memtx_bitset.c | 2 +- src/box/memtx_hash.c | 2 +- src/box/memtx_rtree.c | 2 +- src/box/memtx_tree.c | 2 +- src/box/sysview_index.c | 2 +- src/box/vinyl.c | 6 +++--- src/box/vinyl.h | 4 ++-- test/vinyl/bloom.result | 12 ++++++------ test/vinyl/bloom.test.lua | 12 ++++++------ test/vinyl/cache.result | 22 +++++++++++----------- test/vinyl/cache.test.lua | 22 +++++++++++----------- test/vinyl/compact.result | 6 +++--- test/vinyl/compact.test.lua | 6 +++--- test/vinyl/ddl.result | 20 ++++++++++---------- test/vinyl/ddl.test.lua | 20 ++++++++++---------- test/vinyl/errinj_gc.result | 2 +- test/vinyl/errinj_gc.test.lua | 2 +- test/vinyl/gc.result | 6 +++--- test/vinyl/gc.test.lua | 6 +++--- test/vinyl/info.result | 24 ++++++++++++------------ test/vinyl/info.test.lua | 24 ++++++++++++------------ test/vinyl/misc.result | 18 +++++++++--------- test/vinyl/misc.test.lua | 18 +++++++++--------- test/vinyl/mvcc.result | 34 +++++++++++++++++----------------- test/vinyl/mvcc.test.lua | 34 +++++++++++++++++----------------- test/vinyl/quota.result | 26 +++++++++++++------------- test/vinyl/quota.test.lua | 26 +++++++++++++------------- test/vinyl/quota_timeout.result | 12 ++++++------ test/vinyl/quota_timeout.test.lua | 12 ++++++------ test/vinyl/recover.result | 8 ++++---- test/vinyl/recover.test.lua | 8 ++++---- test/vinyl/recovery_quota.result | 12 ++++++------ test/vinyl/recovery_quota.test.lua | 12 ++++++------ test/vinyl/split_coalesce.result | 4 ++-- test/vinyl/split_coalesce.test.lua | 4 ++-- test/vinyl/tx_gap_lock.result | 2 +- test/vinyl/tx_gap_lock.test.lua | 2 +- test/vinyl/update_optimize.result | 20 ++++++++++---------- test/vinyl/update_optimize.test.lua | 20 ++++++++++---------- test/vinyl/upgrade/fill.lua | 4 ++-- test/vinyl/upsert.result | 24 ++++++++++++------------ test/vinyl/upsert.test.lua | 24 ++++++++++++------------ test/vinyl/write_iterator.result | 20 ++++++++++---------- test/vinyl/write_iterator.test.lua | 20 ++++++++++---------- 50 files changed, 321 insertions(+), 301 deletions(-) -- 2.11.0
next reply other threads:[~2018-05-31 17:13 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-05-31 17:13 Vladimir Davydov [this message] 2018-05-31 17:13 ` [PATCH 1/2] Move box.info.vinyl to box.stat.vinyl Vladimir Davydov 2018-06-01 19:08 ` Konstantin Osipov 2018-05-31 17:13 ` [PATCH 2/2] Rename index.info to index.stat Vladimir Davydov 2018-06-01 19:08 ` 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=cover.1527786650.git.vdavydov.dev@gmail.com \ --to=vdavydov.dev@gmail.com \ --cc=kostja@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [PATCH 0/2] Rename vinyl info to stat' \ /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