box: fix format of _vfunc
The _vfunc system space is the sysview for the _func system space. However, the _vfunc format is different from the _func format. This patch makes the _vfunc format the same as the _func format. Closes #7822 NO_DOC=bugfix
Showing
- changelogs/unreleased/gh-7822-fix-_vfunc-format.md 3 additions, 0 deletionschangelogs/unreleased/gh-7822-fix-_vfunc-format.md
- src/box/bootstrap.snap 0 additions, 0 deletionssrc/box/bootstrap.snap
- src/box/lua/upgrade.lua 6 additions, 0 deletionssrc/box/lua/upgrade.lua
- test/box-luatest/func_test.lua 7 additions, 0 deletionstest/box-luatest/func_test.lua
- test/box-py/bootstrap.result 8 additions, 1 deletiontest/box-py/bootstrap.result
Loading