Commit a9564534 authored by unknown's avatar unknown

Reset null indicator

parent 817c0d87
......@@ -134,6 +134,7 @@ bool
NdbRecAttr::receive_data(const Uint32 * data, Uint32 sz){
const Uint32 n = (theAttrSize * theArraySize + 3) >> 2;
if(n == sz){
theNULLind = 0;
if(!copyoutRequired())
memcpy(theRef, data, 4 * sz);
else
......
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