[tarantool-patches] Re: [PATCH 0/2] Add _vcollation and fetch in net.box

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Jun 3 21:45:03 MSK 2019


Please, provide name of the branch, and issue link.
There are 2 branches on this issue, and I don't know
which one to review.

On 30/05/2019 15:36, Roman Khabibov wrote:
> As I understood "readable for all" means that filter for
> "_vcollation" must always return "true", because the condition
> "User has read access to according system space" is always
> met.
> 
> Roman Khabibov (2):
>   schema: add "_vcollation" sysview
>   net.box: fetch '_vcollation' sysview into the module
> 
>  src/box/bootstrap.snap             | Bin 4374 -> 4441 bytes
>  src/box/lua/net_box.lua            |  24 ++++++--
>  src/box/lua/space.cc               |   2 +
>  src/box/lua/upgrade.lua            |  25 ++++++++
>  src/box/schema_def.h               |   2 +
>  src/box/sysview.c                  |  13 ++++
>  test/app-tap/tarantoolctl.test.lua |   4 +-
>  test/box-py/bootstrap.result       |  13 +++-
>  test/box/access_misc.result        |   4 ++
>  test/box/access_sysview.result     |  92 ++++++++++++++++++++++++++---
>  test/box/access_sysview.test.lua   |  30 ++++++++++
>  test/box/alter.result              |   6 +-
>  test/box/net.box.result            |   2 +-
>  test/box/stat_net.result           |   4 +-
>  test/wal_off/alter.result          |   2 +-
>  15 files changed, 201 insertions(+), 22 deletions(-)
> 




More information about the Tarantool-patches mailing list