Skip to content
Snippets Groups Projects
Commit 51f84367 authored by Bulat Niatshin's avatar Bulat Niatshin Committed by Kirill Yukhin
Browse files

sql: move savepoints to VDBE

Different fibers had shared connection structure - sqlite3 * db.
It had several variables that were shared between transactions in
fibers.

- Move db->autoCommit flag into VDBE
- Move db->isTransactionSavepoint into VDBE
- Move savepoints to VDBE and related counters from struct sqlite3
- Make transactions savepoints local according to VDBE

Closes #2668
parent 56d01c80
No related branches found
No related tags found
Loading
Showing with 936 additions and 1046 deletions
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