Commit c61d23e0 authored by joreland@mysql.com's avatar joreland@mysql.com

merge

parents 2f24eec4 96c4a9c6
...@@ -125,6 +125,7 @@ private: ...@@ -125,6 +125,7 @@ private:
virtual ~NdbIndexScanOperation(); virtual ~NdbIndexScanOperation();
int setBound(const NdbColumnImpl*, int type, const void* aValue, Uint32 len); int setBound(const NdbColumnImpl*, int type, const void* aValue, Uint32 len);
int saveBoundATTRINFO();
virtual int equal_impl(const NdbColumnImpl*, const char*, Uint32); virtual int equal_impl(const NdbColumnImpl*, const char*, Uint32);
virtual NdbRecAttr* getValue_impl(const NdbColumnImpl*, char*); virtual NdbRecAttr* getValue_impl(const NdbColumnImpl*, char*);
......
...@@ -37,7 +37,7 @@ public: ...@@ -37,7 +37,7 @@ public:
}; };
NdbReceiver(Ndb *aNdb); NdbReceiver(Ndb *aNdb);
void init(ReceiverType type, void* owner, bool keyInfo); void init(ReceiverType type, void* owner);
void release(); void release();
~NdbReceiver(); ~NdbReceiver();
......
...@@ -128,11 +128,11 @@ protected: ...@@ -128,11 +128,11 @@ protected:
NdbApiSignal* theSCAN_TABREQ; NdbApiSignal* theSCAN_TABREQ;
int getFirstATTRINFOScan(); int getFirstATTRINFOScan();
int saveBoundATTRINFO();
int doSendScan(int ProcessorId); int doSendScan(int ProcessorId);
int prepareSendScan(Uint32 TC_ConnectPtr, Uint64 TransactionId); int prepareSendScan(Uint32 TC_ConnectPtr, Uint64 TransactionId);
int fix_receivers(Uint32 parallel, bool keyInfo); int fix_receivers(Uint32 parallel);
Uint32* m_array; // containing all arrays below
Uint32 m_allocated_receivers; Uint32 m_allocated_receivers;
NdbReceiver** m_receivers; // All receivers NdbReceiver** m_receivers; // All receivers
......
...@@ -60,6 +60,48 @@ ...@@ -60,6 +60,48 @@
// seen only when we debug the product // seen only when we debug the product
#ifdef VM_TRACE #ifdef VM_TRACE
#define DEBUG(x) ndbout << "DBLQH: "<< x << endl; #define DEBUG(x) ndbout << "DBLQH: "<< x << endl;
NdbOut &
operator<<(NdbOut& out, Dblqh::TcConnectionrec::TransactionState state){
out << (int)state;
return out;
}
NdbOut &
operator<<(NdbOut& out, Dblqh::TcConnectionrec::LogWriteState state){
out << (int)state;
return out;
}
NdbOut &
operator<<(NdbOut& out, Dblqh::TcConnectionrec::ListState state){
out << (int)state;
return out;
}
NdbOut &
operator<<(NdbOut& out, Dblqh::TcConnectionrec::AbortState state){
out << (int)state;
return out;
}
NdbOut &
operator<<(NdbOut& out, Dblqh::ScanRecord::ScanState state){
out << (int)state;
return out;
}
NdbOut &
operator<<(NdbOut& out, Dblqh::LogFileOperationRecord::LfoState state){
out << (int)state;
return out;
}
NdbOut &
operator<<(NdbOut& out, Dblqh::ScanRecord::ScanType state){
out << (int)state;
return out;
}
#else #else
#define DEBUG(x) #define DEBUG(x)
#endif #endif
...@@ -7177,7 +7219,7 @@ void Dblqh::execSCAN_FRAGREQ(Signal* signal) ...@@ -7177,7 +7219,7 @@ void Dblqh::execSCAN_FRAGREQ(Signal* signal)
ScanFragRef * ref; ScanFragRef * ref;
const Uint32 transid1 = scanFragReq->transId1; const Uint32 transid1 = scanFragReq->transId1;
const Uint32 transid2 = scanFragReq->transId2; const Uint32 transid2 = scanFragReq->transId2;
Uint32 errorCode; Uint32 errorCode= 0;
Uint32 senderData; Uint32 senderData;
Uint32 hashIndex; Uint32 hashIndex;
TcConnectionrecPtr nextHashptr; TcConnectionrecPtr nextHashptr;
...@@ -8466,7 +8508,7 @@ void Dblqh::sendKeyinfo20(Signal* signal, ...@@ -8466,7 +8508,7 @@ void Dblqh::sendKeyinfo20(Signal* signal,
const Uint32 type = getNodeInfo(nodeId).m_type; const Uint32 type = getNodeInfo(nodeId).m_type;
const bool is_api = (type >= NodeInfo::API && type <= NodeInfo::REP); const bool is_api = (type >= NodeInfo::API && type <= NodeInfo::REP);
const bool old_dest = (getNodeInfo(nodeId).m_version < MAKE_VERSION(3,5,0)); const bool old_dest = (getNodeInfo(nodeId).m_version < MAKE_VERSION(3,5,0));
const bool longable = is_api && !old_dest; const bool longable = true; // TODO is_api && !old_dest;
Uint32 * dst = keyInfo->keyData; Uint32 * dst = keyInfo->keyData;
dst += nodeId == getOwnNodeId() ? 0 : KeyInfo20::DataLength; dst += nodeId == getOwnNodeId() ? 0 : KeyInfo20::DataLength;
...@@ -15736,7 +15778,7 @@ void Dblqh::completedLogPage(Signal* signal, Uint32 clpType) ...@@ -15736,7 +15778,7 @@ void Dblqh::completedLogPage(Signal* signal, Uint32 clpType)
/* ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- */
void Dblqh::deleteFragrec(Uint32 fragId) void Dblqh::deleteFragrec(Uint32 fragId)
{ {
Uint32 indexFound; Uint32 indexFound= RNIL;
fragptr.i = RNIL; fragptr.i = RNIL;
for (Uint32 i = (NO_OF_FRAG_PER_NODE - 1); (Uint32)~i; i--) { for (Uint32 i = (NO_OF_FRAG_PER_NODE - 1); (Uint32)~i; i--) {
jam(); jam();
......
...@@ -220,7 +220,7 @@ void Dbtup::sendReadAttrinfo(Signal* signal, ...@@ -220,7 +220,7 @@ void Dbtup::sendReadAttrinfo(Signal* signal,
*/ */
Uint32 routeBlockref = regOperPtr->coordinatorTC; Uint32 routeBlockref = regOperPtr->coordinatorTC;
if(is_api && !old_dest){ if(true){ // TODO is_api && !old_dest){
ljam(); ljam();
transIdAI->attrData[0] = recBlockref; transIdAI->attrData[0] = recBlockref;
LinearSectionPtr ptr[3]; LinearSectionPtr ptr[3];
......
...@@ -1497,7 +1497,8 @@ ndb_mgm_get_configuration(NdbMgmHandle handle, unsigned int version) { ...@@ -1497,7 +1497,8 @@ ndb_mgm_get_configuration(NdbMgmHandle handle, unsigned int version) {
ndbout_c("Failed to unpack buffer"); ndbout_c("Failed to unpack buffer");
break; break;
} }
delete prop;
return (ndb_mgm_configuration*)cvf.m_cfg; return (ndb_mgm_configuration*)cvf.m_cfg;
} while(0); } while(0);
......
...@@ -230,10 +230,6 @@ NdbColumnImpl::assign(const NdbColumnImpl& org) ...@@ -230,10 +230,6 @@ NdbColumnImpl::assign(const NdbColumnImpl& org)
NdbTableImpl::NdbTableImpl() NdbTableImpl::NdbTableImpl()
: NdbDictionary::Table(* this), m_facade(this) : NdbDictionary::Table(* this), m_facade(this)
{ {
m_noOfKeys = 0;
m_sizeOfKeysInWords = 0;
m_noOfBlobs = 0;
m_index = 0;
init(); init();
} }
...@@ -1149,7 +1145,7 @@ NdbDictInterface::parseTableInfo(NdbTableImpl ** ret, ...@@ -1149,7 +1145,7 @@ NdbDictInterface::parseTableInfo(NdbTableImpl ** ret,
Uint32 keyInfoPos = 0; Uint32 keyInfoPos = 0;
Uint32 keyCount = 0; Uint32 keyCount = 0;
Uint32 blobCount; Uint32 blobCount = 0;
for(Uint32 i = 0; i < tableDesc.NoOfAttributes; i++) { for(Uint32 i = 0; i < tableDesc.NoOfAttributes; i++) {
DictTabInfo::Attribute attrDesc; attrDesc.init(); DictTabInfo::Attribute attrDesc; attrDesc.init();
...@@ -1737,8 +1733,8 @@ NdbDictionaryImpl::getIndexImpl(const char * externalName, ...@@ -1737,8 +1733,8 @@ NdbDictionaryImpl::getIndexImpl(const char * externalName,
return 0; return 0;
} }
NdbTableImpl* primTab = getTable(tab->m_primaryTable.c_str()); NdbTableImpl* prim = getTable(tab->m_primaryTable.c_str());
if(primTab == 0){ if(prim == 0){
m_error.code = 4243; m_error.code = 4243;
return 0; return 0;
} }
...@@ -1752,7 +1748,7 @@ NdbDictionaryImpl::getIndexImpl(const char * externalName, ...@@ -1752,7 +1748,7 @@ NdbDictionaryImpl::getIndexImpl(const char * externalName,
idx->m_indexId = tab->m_tableId; idx->m_indexId = tab->m_tableId;
idx->m_internalName.assign(internalName); idx->m_internalName.assign(internalName);
idx->m_externalName.assign(externalName); idx->m_externalName.assign(externalName);
idx->m_tableName.assign(primTab->m_externalName); idx->m_tableName.assign(prim->m_externalName);
idx->m_type = tab->m_indexType; idx->m_type = tab->m_indexType;
// skip last attribute (NDB$PK or NDB$TNODE) // skip last attribute (NDB$PK or NDB$TNODE)
for(unsigned i = 0; i+1<tab->m_columns.size(); i++){ for(unsigned i = 0; i+1<tab->m_columns.size(); i++){
...@@ -1760,6 +1756,14 @@ NdbDictionaryImpl::getIndexImpl(const char * externalName, ...@@ -1760,6 +1756,14 @@ NdbDictionaryImpl::getIndexImpl(const char * externalName,
// Copy column definition // Copy column definition
*col = *tab->m_columns[i]; *col = *tab->m_columns[i];
idx->m_columns.push_back(col); idx->m_columns.push_back(col);
/**
* reverse map
*/
int key_id = prim->getColumn(col->getName())->getColumnNo();
int fill = -1;
idx->m_key_ids.fill(key_id, fill);
idx->m_key_ids[key_id] = i;
col->m_keyInfoPos = key_id;
} }
idx->m_table = tab; idx->m_table = tab;
......
...@@ -176,6 +176,7 @@ public: ...@@ -176,6 +176,7 @@ public:
BaseString m_externalName; BaseString m_externalName;
BaseString m_tableName; BaseString m_tableName;
Vector<NdbColumnImpl *> m_columns; Vector<NdbColumnImpl *> m_columns;
Vector<int> m_key_ids;
NdbDictionary::Index::Type m_type; NdbDictionary::Index::Type m_type;
bool m_logging; bool m_logging;
......
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
#include <signaldata/IndxKeyInfo.hpp> #include <signaldata/IndxKeyInfo.hpp>
#include <signaldata/IndxAttrInfo.hpp> #include <signaldata/IndxAttrInfo.hpp>
#define CHECK_NULL(v) assert(v == NULL); v = NULL;
NdbIndexOperation::NdbIndexOperation(Ndb* aNdb) : NdbIndexOperation::NdbIndexOperation(Ndb* aNdb) :
NdbOperation(aNdb), NdbOperation(aNdb),
m_theIndex(NULL), m_theIndex(NULL),
...@@ -52,7 +50,7 @@ NdbIndexOperation::NdbIndexOperation(Ndb* aNdb) : ...@@ -52,7 +50,7 @@ NdbIndexOperation::NdbIndexOperation(Ndb* aNdb) :
/** /**
* Change receiver type * Change receiver type
*/ */
theReceiver.init(NdbReceiver::NDB_INDEX_OPERATION, this, false); theReceiver.init(NdbReceiver::NDB_INDEX_OPERATION, this);
} }
NdbIndexOperation::~NdbIndexOperation() NdbIndexOperation::~NdbIndexOperation()
......
...@@ -92,7 +92,7 @@ NdbOperation::NdbOperation(Ndb* aNdb) : ...@@ -92,7 +92,7 @@ NdbOperation::NdbOperation(Ndb* aNdb) :
theBoundATTRINFO(NULL), theBoundATTRINFO(NULL),
theBlobList(NULL) theBlobList(NULL)
{ {
theReceiver.init(NdbReceiver::NDB_OPERATION, this, false); theReceiver.init(NdbReceiver::NDB_OPERATION, this);
theError.code = 0; theError.code = 0;
} }
/***************************************************************************** /*****************************************************************************
...@@ -195,7 +195,7 @@ NdbOperation::init(NdbTableImpl* tab, NdbConnection* myConnection){ ...@@ -195,7 +195,7 @@ NdbOperation::init(NdbTableImpl* tab, NdbConnection* myConnection){
tcKeyReq->scanInfo = 0; tcKeyReq->scanInfo = 0;
theKEYINFOptr = &tcKeyReq->keyInfo[0]; theKEYINFOptr = &tcKeyReq->keyInfo[0];
theATTRINFOptr = &tcKeyReq->attrInfo[0]; theATTRINFOptr = &tcKeyReq->attrInfo[0];
theReceiver.init(NdbReceiver::NDB_OPERATION, this, false); theReceiver.init(NdbReceiver::NDB_OPERATION, this);
return 0; return 0;
} }
...@@ -291,6 +291,7 @@ NdbOperation::release() ...@@ -291,6 +291,7 @@ NdbOperation::release()
theNdb->releaseNdbBlob(tSaveBlob); theNdb->releaseNdbBlob(tSaveBlob);
} }
theBlobList = NULL; theBlobList = NULL;
theReceiver.release();
} }
NdbRecAttr* NdbRecAttr*
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "NdbUtil.hpp" #include "NdbUtil.hpp"
#include "NdbOut.hpp" #include "NdbOut.hpp"
#include "NdbImpl.hpp" #include "NdbImpl.hpp"
#include <NdbScanOperation.hpp> #include <NdbIndexScanOperation.hpp>
#include "NdbBlob.hpp" #include "NdbBlob.hpp"
#include <Interpreter.hpp> #include <Interpreter.hpp>
...@@ -317,7 +317,7 @@ NdbOperation::getValue_impl(const NdbColumnImpl* tAttrInfo, char* aValue) ...@@ -317,7 +317,7 @@ NdbOperation::getValue_impl(const NdbColumnImpl* tAttrInfo, char* aValue)
(!tAttrInfo->m_indexOnly) && (!tAttrInfo->m_indexOnly) &&
(theStatus != Init)){ (theStatus != Init)){
if (theStatus == SetBound) { if (theStatus == SetBound) {
((NdbScanOperation*)this)->saveBoundATTRINFO(); ((NdbIndexScanOperation*)this)->saveBoundATTRINFO();
theStatus = GetValue; theStatus = GetValue;
} }
if (theStatus != GetValue) { if (theStatus != GetValue) {
......
...@@ -33,7 +33,7 @@ Adjust: 991029 UABRONM First version. ...@@ -33,7 +33,7 @@ Adjust: 991029 UABRONM First version.
#include "NdbRecAttr.hpp" #include "NdbRecAttr.hpp"
#include "NdbUtil.hpp" #include "NdbUtil.hpp"
#include "Interpreter.hpp" #include "Interpreter.hpp"
#include <NdbScanOperation.hpp> #include <NdbIndexScanOperation.hpp>
#ifdef VM_TRACE #ifdef VM_TRACE
#include <NdbEnv.h> #include <NdbEnv.h>
...@@ -217,7 +217,7 @@ NdbOperation::initial_interpreterCheck() ...@@ -217,7 +217,7 @@ NdbOperation::initial_interpreterCheck()
{ {
if ((theInterpretIndicator == 1)) { if ((theInterpretIndicator == 1)) {
if (theStatus == SetBound) { if (theStatus == SetBound) {
((NdbScanOperation*)this)->saveBoundATTRINFO(); ((NdbIndexScanOperation*)this)->saveBoundATTRINFO();
theStatus = GetValue; theStatus = GetValue;
} }
if (theStatus == ExecInterpretedValue) { if (theStatus == ExecInterpretedValue) {
......
...@@ -29,10 +29,20 @@ NdbReceiver::NdbReceiver(Ndb *aNdb) : ...@@ -29,10 +29,20 @@ NdbReceiver::NdbReceiver(Ndb *aNdb) :
m_owner(0) m_owner(0)
{ {
theCurrentRecAttr = theFirstRecAttr = 0; theCurrentRecAttr = theFirstRecAttr = 0;
m_defined_rows = 0;
m_rows = new NdbRecAttr*[0];
} }
NdbReceiver::~NdbReceiver()
{
if (m_id != NdbObjectIdMap::InvalidId) {
m_ndb->theNdbObjectIdMap->unmap(m_id, this);
}
delete[] m_rows;
}
void void
NdbReceiver::init(ReceiverType type, void* owner, bool keyInfo) NdbReceiver::init(ReceiverType type, void* owner)
{ {
theMagicNumber = 0x11223344; theMagicNumber = 0x11223344;
m_type = type; m_type = type;
...@@ -44,8 +54,6 @@ NdbReceiver::init(ReceiverType type, void* owner, bool keyInfo) ...@@ -44,8 +54,6 @@ NdbReceiver::init(ReceiverType type, void* owner, bool keyInfo)
theFirstRecAttr = NULL; theFirstRecAttr = NULL;
theCurrentRecAttr = NULL; theCurrentRecAttr = NULL;
m_key_info = (keyInfo ? 1 : 0);
m_defined_rows = 0;
} }
void void
...@@ -61,13 +69,6 @@ NdbReceiver::release(){ ...@@ -61,13 +69,6 @@ NdbReceiver::release(){
theCurrentRecAttr = NULL; theCurrentRecAttr = NULL;
} }
NdbReceiver::~NdbReceiver()
{
if (m_id != NdbObjectIdMap::InvalidId) {
m_ndb->theNdbObjectIdMap->unmap(m_id, this);
}
}
NdbRecAttr * NdbRecAttr *
NdbReceiver::getValue(const NdbColumnImpl* tAttrInfo, char * user_dst_ptr){ NdbReceiver::getValue(const NdbColumnImpl* tAttrInfo, char * user_dst_ptr){
NdbRecAttr* tRecAttr = m_ndb->getRecAttr(); NdbRecAttr* tRecAttr = m_ndb->getRecAttr();
...@@ -90,9 +91,13 @@ NdbReceiver::getValue(const NdbColumnImpl* tAttrInfo, char * user_dst_ptr){ ...@@ -90,9 +91,13 @@ NdbReceiver::getValue(const NdbColumnImpl* tAttrInfo, char * user_dst_ptr){
void void
NdbReceiver::do_get_value(NdbReceiver * org, Uint32 rows, Uint32 key_size){ NdbReceiver::do_get_value(NdbReceiver * org, Uint32 rows, Uint32 key_size){
m_defined_rows = rows; if(rows > m_defined_rows){
m_rows = new NdbRecAttr*[rows + 1]; m_rows[rows] = 0; delete[] m_rows;
m_defined_rows = rows;
m_rows = new NdbRecAttr*[rows + 1];
}
m_rows[rows] = 0;
NdbColumnImpl key; NdbColumnImpl key;
if(key_size){ if(key_size){
key.m_attrId = KEY_ATTR_ID; key.m_attrId = KEY_ATTR_ID;
...@@ -159,7 +164,6 @@ NdbReceiver::execTRANSID_AI(const Uint32* aDataPtr, Uint32 aLength) ...@@ -159,7 +164,6 @@ NdbReceiver::execTRANSID_AI(const Uint32* aDataPtr, Uint32 aLength)
{ {
bool ok = true; bool ok = true;
NdbRecAttr* currRecAttr = theCurrentRecAttr; NdbRecAttr* currRecAttr = theCurrentRecAttr;
NdbRecAttr* prevRecAttr = currRecAttr;
for (Uint32 used = 0; used < aLength ; used++){ for (Uint32 used = 0; used < aLength ; used++){
AttributeHeader ah(* aDataPtr++); AttributeHeader ah(* aDataPtr++);
...@@ -171,18 +175,21 @@ NdbReceiver::execTRANSID_AI(const Uint32* aDataPtr, Uint32 aLength) ...@@ -171,18 +175,21 @@ NdbReceiver::execTRANSID_AI(const Uint32* aDataPtr, Uint32 aLength)
*/ */
while(currRecAttr && currRecAttr->attrId() != tAttrId){ while(currRecAttr && currRecAttr->attrId() != tAttrId){
ok &= currRecAttr->setNULL(); ok &= currRecAttr->setNULL();
prevRecAttr = currRecAttr;
currRecAttr = currRecAttr->next(); currRecAttr = currRecAttr->next();
} }
if(ok && currRecAttr && currRecAttr->receive_data(aDataPtr, tAttrSize)){ if(ok && currRecAttr && currRecAttr->receive_data(aDataPtr, tAttrSize)){
used += tAttrSize; used += tAttrSize;
aDataPtr += tAttrSize; aDataPtr += tAttrSize;
prevRecAttr = currRecAttr;
currRecAttr = currRecAttr->next(); currRecAttr = currRecAttr->next();
} else { } else {
ndbout_c("%p: ok: %d tAttrId: %d currRecAttr: %p", ndbout_c("%p: ok: %d tAttrId: %d currRecAttr: %p",
this,ok, tAttrId, currRecAttr); this,ok, tAttrId, currRecAttr);
currRecAttr = theCurrentRecAttr;
while(currRecAttr != 0){
ndbout_c("%d ", currRecAttr->attrId());
currRecAttr = currRecAttr->next();
}
abort(); abort();
return -1; return -1;
} }
......
This diff is collapsed.
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <mgmapi.h> #include <mgmapi.h>
#include <Vector.hpp> #include <Vector.hpp>
#include <BaseString.hpp>
class NdbRestarter { class NdbRestarter {
public: public:
...@@ -85,8 +86,8 @@ protected: ...@@ -85,8 +86,8 @@ protected:
Vector<ndb_mgm_node_state> apiNodes; Vector<ndb_mgm_node_state> apiNodes;
bool connected; bool connected;
const char* addr; BaseString addr;
const char* host; BaseString host;
int port; int port;
NdbMgmHandle handle; NdbMgmHandle handle;
ndb_mgm_configuration * m_config; ndb_mgm_configuration * m_config;
......
...@@ -71,7 +71,7 @@ NdbBackup::getFileSystemPathForNode(int _node_id){ ...@@ -71,7 +71,7 @@ NdbBackup::getFileSystemPathForNode(int _node_id){
*/ */
ConfigRetriever cr; ConfigRetriever cr;
ndb_mgm_configuration * p = cr.getConfig(host, port, 0, NODE_TYPE_API); ndb_mgm_configuration * p = cr.getConfig(host.c_str(), port, 0, NODE_TYPE_API);
if(p == 0){ if(p == 0){
const char * s = cr.getErrorString(); const char * s = cr.getErrorString();
if(s == 0) if(s == 0)
...@@ -156,7 +156,7 @@ NdbBackup::execRestore(bool _restore_data, ...@@ -156,7 +156,7 @@ NdbBackup::execRestore(bool _restore_data,
snprintf(buf, 255, "valgrind --leak-check=yes -v ndb_restore -c \"nodeid=%d;host=%s\" -n %d -b %d %s %s .", snprintf(buf, 255, "valgrind --leak-check=yes -v ndb_restore -c \"nodeid=%d;host=%s\" -n %d -b %d %s %s .",
ownNodeId, ownNodeId,
addr, addr.c_str(),
_node_id, _node_id,
_backup_id, _backup_id,
_restore_data?"-r":"", _restore_data?"-r":"",
......
...@@ -33,13 +33,11 @@ ...@@ -33,13 +33,11 @@
NdbRestarter::NdbRestarter(const char* _addr): NdbRestarter::NdbRestarter(const char* _addr):
connected(false), connected(false),
addr(_addr),
host(NULL),
port(-1), port(-1),
handle(NULL), handle(NULL),
m_config(0) m_config(0)
{ {
if (addr == NULL){ if (_addr == NULL){
LocalConfig lcfg; LocalConfig lcfg;
if(!lcfg.init()){ if(!lcfg.init()){
lcfg.printError(); lcfg.printError();
...@@ -60,20 +58,20 @@ NdbRestarter::NdbRestarter(const char* _addr): ...@@ -60,20 +58,20 @@ NdbRestarter::NdbRestarter(const char* _addr):
case MgmId_TCP: case MgmId_TCP:
char buf[255]; char buf[255];
snprintf(buf, 255, "%s:%d", m->data.tcp.remoteHost, m->data.tcp.port); snprintf(buf, 255, "%s:%d", m->data.tcp.remoteHost, m->data.tcp.port);
addr = strdup(buf); addr.assign(buf);
host = strdup(m->data.tcp.remoteHost); host.assign(m->data.tcp.remoteHost);
port = m->data.tcp.port; port = m->data.tcp.port;
return;
break; break;
case MgmId_File: case MgmId_File:
break; break;
default: default:
break; break;
} }
if (addr != NULL)
break;
} }
} else {
addr.assign(_addr);
} }
} }
NdbRestarter::~NdbRestarter(){ NdbRestarter::~NdbRestarter(){
...@@ -398,10 +396,10 @@ NdbRestarter::connect(){ ...@@ -398,10 +396,10 @@ NdbRestarter::connect(){
g_err << "handle == NULL" << endl; g_err << "handle == NULL" << endl;
return -1; return -1;
} }
g_info << "Connecting to mgmsrv at " << addr << endl; g_info << "Connecting to mgmsrv at " << addr.c_str() << endl;
if (ndb_mgm_connect(handle, addr) == -1) { if (ndb_mgm_connect(handle, addr.c_str()) == -1) {
MGMERR(handle); MGMERR(handle);
g_err << "Connection to " << addr << " failed" << endl; g_err << "Connection to " << addr.c_str() << " failed" << endl;
return -1; return -1;
} }
......
...@@ -866,8 +866,8 @@ int ha_ndbcluster::ordered_index_scan(const key_range *start_key, ...@@ -866,8 +866,8 @@ int ha_ndbcluster::ordered_index_scan(const key_range *start_key,
index_name= get_index_name(active_index); index_name= get_index_name(active_index);
if (!(op= trans->getNdbIndexScanOperation(index_name, m_tabname))) if (!(op= trans->getNdbIndexScanOperation(index_name, m_tabname)))
ERR_RETURN(trans->getNdbError()); ERR_RETURN(trans->getNdbError());
if (!(cursor= op->readTuples(get_ndb_lock_type(m_lock.type), 0, if (!(cursor= op->readTuples(get_ndb_lock_type(m_lock.type), 0,
parallelism))) //, sorted))) // Bug parallelism, sorted)))
ERR_RETURN(trans->getNdbError()); ERR_RETURN(trans->getNdbError());
m_active_cursor= cursor; m_active_cursor= cursor;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment