Disable ddl for on_replace triggers
Do not allow ddl if fired from on_replace trigger. Fixes #1968
Showing
- src/box/alter.cc 8 additions, 8 deletionssrc/box/alter.cc
- src/box/txn.cc 3 additions, 2 deletionssrc/box/txn.cc
- src/box/txn.h 1 addition, 1 deletionsrc/box/txn.h
- test/box/on_replace.result 76 additions, 0 deletionstest/box/on_replace.result
- test/box/on_replace.test.lua 23 additions, 0 deletionstest/box/on_replace.test.lua
Please register or sign in to comment