sql: fix "PRAGMA parser_trace" result
Currently PRAGMA parser_trace returns an empty table. This seems wrong, since other similar pragmas return their status. Fixed in the current patch.
Showing
- src/box/sql/pragma.c 22 additions, 37 deletionssrc/box/sql/pragma.c
- src/box/sql/pragma.h 3 additions, 4 deletionssrc/box/sql/pragma.h
- src/box/sql/sqlInt.h 2 additions, 0 deletionssrc/box/sql/sqlInt.h
- test/sql/engine.cfg 3 additions, 0 deletionstest/sql/engine.cfg
- test/sql/sql-debug.result 23 additions, 0 deletionstest/sql/sql-debug.result
- test/sql/sql-debug.test.lua 12 additions, 0 deletionstest/sql/sql-debug.test.lua
- test/sql/suite.ini 1 addition, 1 deletiontest/sql/suite.ini
Loading
Please register or sign in to comment