Loading storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -4086,9 +4086,7 @@ Dbdict::execALTER_TABLE_REQ(Signal* signal) bool ok = false; switch(tabState){ case TableRecord::NOT_DEFINED: case TableRecord::REORG_TABLE_PREPARED: case TableRecord::DEFINING: case TableRecord::CHECKED: jam(); alterTableRef(signal, req, AlterTableRef::NoSuchTable); return; Loading Loading @@ -4339,9 +4337,7 @@ Dbdict::execALTER_TAB_REQ(Signal * signal) bool ok = false; switch(tabState){ case TableRecord::NOT_DEFINED: case TableRecord::REORG_TABLE_PREPARED: case TableRecord::DEFINING: case TableRecord::CHECKED: jam(); alterTabRef(signal, req, AlterTableRef::NoSuchTable); return; Loading Loading @@ -6690,9 +6686,7 @@ Dbdict::execDROP_TABLE_REQ(Signal* signal){ bool ok = false; switch(tabState){ case TableRecord::NOT_DEFINED: case TableRecord::REORG_TABLE_PREPARED: case TableRecord::DEFINING: case TableRecord::CHECKED: jam(); dropTableRef(signal, req, DropTableRef::NoSuchTable); return; Loading Loading @@ -7718,7 +7712,6 @@ Dbdict::execLIST_TABLES_REQ(Signal* signal) if(DictTabInfo::isTable(type)){ switch (tablePtr.p->tabState) { case TableRecord::DEFINING: case TableRecord::CHECKED: conf->setTableState(pos, DictTabInfo::StateBuilding); break; case TableRecord::PREPARE_DROPPING: Loading storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -320,9 +320,7 @@ public: enum TabState { NOT_DEFINED = 0, REORG_TABLE_PREPARED = 1, DEFINING = 2, CHECKED = 3, DEFINED = 4, PREPARE_DROPPING = 5, DROPPING = 6, Loading Loading
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -4086,9 +4086,7 @@ Dbdict::execALTER_TABLE_REQ(Signal* signal) bool ok = false; switch(tabState){ case TableRecord::NOT_DEFINED: case TableRecord::REORG_TABLE_PREPARED: case TableRecord::DEFINING: case TableRecord::CHECKED: jam(); alterTableRef(signal, req, AlterTableRef::NoSuchTable); return; Loading Loading @@ -4339,9 +4337,7 @@ Dbdict::execALTER_TAB_REQ(Signal * signal) bool ok = false; switch(tabState){ case TableRecord::NOT_DEFINED: case TableRecord::REORG_TABLE_PREPARED: case TableRecord::DEFINING: case TableRecord::CHECKED: jam(); alterTabRef(signal, req, AlterTableRef::NoSuchTable); return; Loading Loading @@ -6690,9 +6686,7 @@ Dbdict::execDROP_TABLE_REQ(Signal* signal){ bool ok = false; switch(tabState){ case TableRecord::NOT_DEFINED: case TableRecord::REORG_TABLE_PREPARED: case TableRecord::DEFINING: case TableRecord::CHECKED: jam(); dropTableRef(signal, req, DropTableRef::NoSuchTable); return; Loading Loading @@ -7718,7 +7712,6 @@ Dbdict::execLIST_TABLES_REQ(Signal* signal) if(DictTabInfo::isTable(type)){ switch (tablePtr.p->tabState) { case TableRecord::DEFINING: case TableRecord::CHECKED: conf->setTableState(pos, DictTabInfo::StateBuilding); break; case TableRecord::PREPARE_DROPPING: Loading
storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -320,9 +320,7 @@ public: enum TabState { NOT_DEFINED = 0, REORG_TABLE_PREPARED = 1, DEFINING = 2, CHECKED = 3, DEFINED = 4, PREPARE_DROPPING = 5, DROPPING = 6, Loading