diff options
author | unknown <joreland@mysql.com> | 2005-06-01 13:05:41 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-06-01 13:05:41 +0200 |
commit | 4c30434d150338c8eb6a7decf84db349e316a23b (patch) | |
tree | bc7b41728d708eaf3941d08fbff259a8c82c6991 /ndb | |
parent | 7d225e6c807ce0a087c1977e4f15a613a2fc110b (diff) | |
download | mariadb-git-4c30434d150338c8eb6a7decf84db349e316a23b.tar.gz |
ndb - fix broken ndb_alter_table
reinit AI len after preparing interpreted
ndb/src/ndbapi/NdbOperationExec.cpp:
reinit AI len after preparing interpreted
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/ndbapi/NdbOperationExec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/ndbapi/NdbOperationExec.cpp b/ndb/src/ndbapi/NdbOperationExec.cpp index b272c863936..48882a479b9 100644 --- a/ndb/src/ndbapi/NdbOperationExec.cpp +++ b/ndb/src/ndbapi/NdbOperationExec.cpp @@ -139,6 +139,7 @@ NdbOperation::prepareSend(Uint32 aTC_ConnectPtr, Uint64 aTransId) if (prepareSendInterpreted() == -1) { return -1; }//if + tTotalCurrAI_Len = theTotalCurrAI_Len; }//if //------------------------------------------------------------- |