From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Vladislav Shpilevoy Subject: [PATCH v2 0/2] schema: expose space_mt and index_mt on box.schema table Date: Thu, 29 Mar 2018 17:31:43 +0300 Message-Id: In-Reply-To: <20180329105446.v427bzpwichq5ntb@esperanza> References: <20180329105446.v427bzpwichq5ntb@esperanza> To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com, Vladislav Shpilevoy List-ID: Branch: http://github.com/tarantool/tarantool/tree/pr-3204-expose-space-index-mt Issue: https://github.com/tarantool/tarantool/issues/3204 Vladislav Shpilevoy (1): schema: expose space_mt and index_mt on `box.schema` table aleclarson (1): schema: move space_mt and index_mt definition out of space bless src/box/lua/schema.lua | 631 ++++++++++++++++++++-------------------- test/box-tap/schema_mt.test.lua | 79 +++++ 2 files changed, 391 insertions(+), 319 deletions(-) create mode 100755 test/box-tap/schema_mt.test.lua -- 2.14.3 (Apple Git-98)