Lock schema for space and index alteration
Lock schema before any changes to space and index dictionary and unlock only after commit or rollback. This allow many parallel data definition statements. Issue #2075
Showing
- src/box/alter.cc 32 additions, 6 deletionssrc/box/alter.cc
- src/box/alter.h 2 additions, 0 deletionssrc/box/alter.h
- src/box/schema.cc 15 additions, 10 deletionssrc/box/schema.cc
- test/box/ddl.result 51 additions, 0 deletionstest/box/ddl.result
- test/box/ddl.test.lua 33 additions, 0 deletionstest/box/ddl.test.lua
Loading
Please register or sign in to comment