diff options
author | unknown <pekka@mysql.com> | 2004-06-10 12:04:30 +0200 |
---|---|---|
committer | unknown <pekka@mysql.com> | 2004-06-10 12:04:30 +0200 |
commit | 28306758b56aae6a009ec7e6864e9c2b4cbf46c5 (patch) | |
tree | b6d20a2f55d76d991718a9972e7f5766ec61b240 /ndb/src/kernel/blocks | |
parent | 0d6b5946d019630145c370373871d229379e71dd (diff) | |
download | mariadb-git-28306758b56aae6a009ec7e6864e9c2b4cbf46c5.tar.gz |
ndb api blobs
Diffstat (limited to 'ndb/src/kernel/blocks')
-rw-r--r-- | ndb/src/kernel/blocks/dbdict/Dbdict.cpp | 1 | ||||
-rw-r--r-- | ndb/src/kernel/blocks/dbtc/DbtcMain.cpp | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ndb/src/kernel/blocks/dbdict/Dbdict.cpp b/ndb/src/kernel/blocks/dbdict/Dbdict.cpp index 8cf15b6bef2..d06549eae45 100644 --- a/ndb/src/kernel/blocks/dbdict/Dbdict.cpp +++ b/ndb/src/kernel/blocks/dbdict/Dbdict.cpp @@ -4725,6 +4725,7 @@ void Dbdict::handleTabInfo(SimpleProperties::Reader & it, /** * Ignore incoming old-style type and recompute it. */ + attrDesc.print(stdout); bool translateOk = attrDesc.translateExtType(); tabRequire(translateOk, CreateTableRef::Inconsistency); diff --git a/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp b/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp index feb5712d9d3..de8f97be9a8 100644 --- a/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp +++ b/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp @@ -2722,8 +2722,8 @@ void Dbtc::execTCKEYREQ(Signal* signal) case ZUPDATE: jam(); if (Tattrlength == 0) { - TCKEY_abort(signal, 5); - return; + //TCKEY_abort(signal, 5); + //return; }//if /*---------------------------------------------------------------------*/ // The missing break is intentional since we also want to set the opLock |