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

ndb - fix broken ndb_alter_table

  reinit AI len after preparing interpreted
parent 48f5fae9
......@@ -139,6 +139,7 @@ NdbOperation::prepareSend(Uint32 aTC_ConnectPtr, Uint64 aTransId)
if (prepareSendInterpreted() == -1) {
return -1;
}//if
tTotalCurrAI_Len = theTotalCurrAI_Len;
}//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