Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: remove
localVars
struct in execStmtInOpenState
Refactoring in previous commits has prevented all the `localVars` variables from escaping to the heap, except for `cancelQuery`. So the struct is no longer needed. Removing it reduces the size of heap allocations, since the entire struct was heap allocated previously. Release note: None
- Loading branch information