Commit 108702a3 authored by unknown's avatar unknown
Browse files

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
parent 87a48cdf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4356,6 +4356,7 @@ Dbdict::execTAB_COMMITCONF(Signal* signal){
    lsPtr[0].p = buf;
    lsPtr[0].sz = sz;
    // note: ACC does not reply
    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;