Skip to content
Snippets Groups Projects
Commit 5072227e authored by Kirill Yukhin's avatar Kirill Yukhin
Browse files

sysview: set format for spaces with sysview engine

The patch sets format for spaces with sysview engine.
This is done due to following reasons:
  1. Since an SQL view looks into underneath space's format, set
     it for spaces with sysview engine. Before the patch, spaces
     with sysview enginge didn't have its own tuples and hence
     didn't need to have a format.
  2. To use sysview engine to deal with SQL views. This will allow
     to use sysview machinery to query SQL views from Lua land.

Closes #4111
parent c9eb277b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment