box: remove compatibility mode for privileges
Before version 1.7.7 there were no CREATE or ALTER privileges. READ+WRITE permitted object creation and altering. In 1.10 CREATE and ALTER privileges were introduced together with a compatibility mode in access_check_ddl() which assumed user had CREATE and ALTER if it had READ and WRITE on a respective object. Now its time for us to remove this compatibility mode. Part of #3539
Showing
- src/box/alter.cc 21 additions, 34 deletionssrc/box/alter.cc
- test/box/access.result 32 additions, 8 deletionstest/box/access.result
- test/box/access.test.lua 13 additions, 5 deletionstest/box/access.test.lua
- test/sql/iproto.result 6 additions, 0 deletionstest/sql/iproto.result
- test/sql/iproto.test.lua 2 additions, 0 deletionstest/sql/iproto.test.lua
Loading
Please register or sign in to comment