Commit 4c30434d authored by unknown's avatar unknown

ndb - fix broken ndb_alter_table

  reinit AI len after preparing interpreted


ndb/src/ndbapi/NdbOperationExec.cpp:
  reinit AI len after preparing interpreted
parent 7d225e6c
No related merge requests found
...@@ -139,6 +139,7 @@ NdbOperation::prepareSend(Uint32 aTC_ConnectPtr, Uint64 aTransId) ...@@ -139,6 +139,7 @@ NdbOperation::prepareSend(Uint32 aTC_ConnectPtr, Uint64 aTransId)
if (prepareSendInterpreted() == -1) { if (prepareSendInterpreted() == -1) {
return -1; return -1;
}//if }//if
tTotalCurrAI_Len = theTotalCurrAI_Len;
}//if }//if
//------------------------------------------------------------- //-------------------------------------------------------------
......
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