Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH 0/2] Rename vinyl info to stat
@ 2018-05-31 17:13 Vladimir Davydov
  2018-05-31 17:13 ` [PATCH 1/2] Move box.info.vinyl to box.stat.vinyl Vladimir Davydov
  2018-05-31 17:13 ` [PATCH 2/2] Rename index.info to index.stat Vladimir Davydov
  0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Davydov @ 2018-05-31 17:13 UTC (permalink / raw)
  To: kostja; +Cc: tarantool-patches

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-01 19:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-31 17:13 [PATCH 0/2] Rename vinyl info to stat Vladimir Davydov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox