Encode a dml statement to a transaction memory region
Encode all statements to be written out to wal onto a transaction memory region. This relaxes a relation between transaction and fiber state and required for an autonomous transaction feature. Prerequisites: #1254
Showing
- src/box/request.c 1 addition, 1 deletionsrc/box/request.c
- src/box/txn.c 14 additions, 13 deletionssrc/box/txn.c
- src/box/vy_log.c 1 addition, 1 deletionsrc/box/vy_log.c
- src/box/vy_stmt.c 2 additions, 2 deletionssrc/box/vy_stmt.c
- src/box/xrow.c 8 additions, 6 deletionssrc/box/xrow.c
- src/box/xrow.h 9 additions, 3 deletionssrc/box/xrow.h
Loading
Please register or sign in to comment