ndb - bugfix to ordered index create, could show up as charset error
ndb/src/kernel/blocks/dbdict/Dbdict.cpp: bugfix: bad signal to ACC for ordered index
This commit is contained in:
parent
87a48cdf0d
commit
108702a34e
@ -4356,7 +4356,8 @@ Dbdict::execTAB_COMMITCONF(Signal* signal){
|
||||
lsPtr[0].p = buf;
|
||||
lsPtr[0].sz = sz;
|
||||
// note: ACC does not reply
|
||||
sendSignal(DBACC_REF, GSN_TC_SCHVERREQ, signal, 7, JBB, lsPtr, 1);
|
||||
if (tabPtr.p->isTable() || tabPtr.p->isHashIndex())
|
||||
sendSignal(DBACC_REF, GSN_TC_SCHVERREQ, signal, 7, JBB, lsPtr, 1);
|
||||
sendSignal(DBTC_REF, GSN_TC_SCHVERREQ, signal, 7, JBB, lsPtr, 1);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user