From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Vladimir Davydov Subject: [PATCH 0/2] Rename vinyl info to stat Date: Thu, 31 May 2018 20:13:45 +0300 Message-Id: To: kostja@tarantool.org Cc: tarantool-patches@freelists.org List-ID: 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