Revert "box: forbid DDL operations until box.schema.upgrade"
This reverts commit 38f88795. That checking is too tight and may break the code, that is successfully working on the non-upgraded schema. Let's postpone the fix to 3.0. Follow-up #7149 NO_DOC=revert of the unreleased bugfix
Showing
- changelogs/unreleased/gh-7149-forbid-ddl-until-box-schema-upgrade.md 0 additions, 4 deletions...unreleased/gh-7149-forbid-ddl-until-box-schema-upgrade.md
- src/box/errcode.h 1 addition, 1 deletionsrc/box/errcode.h
- src/box/lua/load_cfg.lua 5 additions, 1 deletionsrc/box/lua/load_cfg.lua
- src/box/lua/schema.lua 0 additions, 19 deletionssrc/box/lua/schema.lua
- src/box/lua/upgrade.lua 1 addition, 5 deletionssrc/box/lua/upgrade.lua
- test/box-luatest/gh_7149_forbid_ddl_until_box_schema_upgrade_test.lua 0 additions, 59 deletions...test/gh_7149_forbid_ddl_until_box_schema_upgrade_test.lua
- test/box-luatest/upgrade/1.10/00000000000000000004.snap 0 additions, 0 deletionstest/box-luatest/upgrade/1.10/00000000000000000004.snap
- test/box/error.result 0 additions, 1 deletiontest/box/error.result
Loading
Please register or sign in to comment