sql.test changes: post-merge fixes
Fix a crash in rollbackStatement() when rolling back a statement trying to access a non-exissting space. space_cache_find() is called before txn_begin_stmt(), thus there is no statement object, nothing to roll back.
Showing
- src/box/txn.cc 10 additions, 8 deletionssrc/box/txn.cc
- src/box/txn.h 6 additions, 2 deletionssrc/box/txn.h
- test/box/sql.result 9 additions, 0 deletionstest/box/sql.result
- test/box/sql.test.lua 3 additions, 0 deletionstest/box/sql.test.lua
- test/box/temp_spaces.result 3 additions, 0 deletionstest/box/temp_spaces.result
- test/box/temp_spaces.test.lua 1 addition, 0 deletionstest/box/temp_spaces.test.lua
- test/box/transaction.result 20 additions, 1 deletiontest/box/transaction.result
- test/box/transaction.test.lua 8 additions, 1 deletiontest/box/transaction.test.lua
Loading
Please register or sign in to comment