87
87
null_pack_length= (null_count + 7)/8;
88
88
getMutableShare()->setRecordLength(record_length + null_pack_length);
89
89
getMutableShare()->rec_buff_length= ALIGN_SIZE(getMutableShare()->getRecordLength() + 1);
91
91
if (not getInsertRecord())
93
93
throw "Memory allocation failure";