Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-01-04 12:52:21+01:00, jonas@stripped +1 -0
post merge
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp@stripped, 2008-01-04 12:52:19+01:00, jonas@stripped +0 -5
post merge
diff -Nrup a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
--- a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2008-01-04 12:49:59 +01:00
+++ b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2008-01-04 12:52:19 +01:00
@@ -6505,9 +6505,7 @@ Dbdict::dropTable_parse(Signal* signal,
bool ok = false;
switch (tabState) {
case TableRecord::NOT_DEFINED:
- case TableRecord::REORG_TABLE_PREPARED:
case TableRecord::DEFINING:
- case TableRecord::CHECKED:
jam();
setError(error, DropTableRef::NoSuchTable, __LINE__);
return;
@@ -7340,9 +7338,7 @@ Dbdict::alterTable_parse(Signal* signal,
bool ok = false;
switch (tabState) {
case TableRecord::NOT_DEFINED:
- case TableRecord::REORG_TABLE_PREPARED:
case TableRecord::DEFINING:
- case TableRecord::CHECKED:
jam();
setError(error, AlterTableRef::NoSuchTable, __LINE__);
return;
@@ -8600,7 +8596,6 @@ Dbdict::execLIST_TABLES_REQ(Signal* sign
if(DictTabInfo::isTable(type)){
switch (tablePtr.p->tabState) {
case TableRecord::DEFINING:
- case TableRecord::CHECKED:
conf->setTableState(pos, DictTabInfo::StateBuilding);
break;
case TableRecord::PREPARE_DROPPING:
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2828) | jonas | 4 Jan |