sql: remove PRAGMA "vdbe_addoptrace"
The vdbe_addoptrace pragma provides a convenient way to track the insertion of opcodes into VDBE during VDBE creation. This patch makes it impossible to disable this feature in the debug build by removing the pragma. So, now you do not need to enable pragma in order to use this feature. Part of #4511
Showing
- src/box/sql/expr.c 0 additions, 15 deletionssrc/box/sql/expr.c
- src/box/sql/pragma.h 18 additions, 26 deletionssrc/box/sql/pragma.h
- src/box/sql/sqlInt.h 0 additions, 1 deletionsrc/box/sql/sqlInt.h
- src/box/sql/vdbeaux.c 4 additions, 17 deletionssrc/box/sql/vdbeaux.c
- test/sql/sql-debug.result 0 additions, 1 deletiontest/sql/sql-debug.result
Loading
Please register or sign in to comment