Skip to content
Snippets Groups Projects
Commit 94c89c64 authored by Mergen Imeev's avatar Mergen Imeev
Browse files

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
parent 3f61b8b7
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