sql: remove VDBE from TXN
VDBE was added to TXN because the generated identifiers were added to VDBE in the sequence_next() function. Since they are now stored in the VDBE itself, it is not necessary to have it in TXN. Follow-up #4188
Showing
- src/box/sql/vdbe.c 2 additions, 2 deletionssrc/box/sql/vdbe.c
- src/box/sql/vdbe.h 1 addition, 2 deletionssrc/box/sql/vdbe.h
- src/box/sql/vdbeInt.h 1 addition, 1 deletionsrc/box/sql/vdbeInt.h
- src/box/sql/vdbeaux.c 4 additions, 6 deletionssrc/box/sql/vdbeaux.c
- src/box/txn.h 0 additions, 17 deletionssrc/box/txn.h
Loading
Please register or sign in to comment