2229
2229
/* Create buffers for packing the fields of a record. Why
2231
2231
fields when packed actually became 1 byte longer, when we also
2232
2232
stored the string length as the first byte. */
2234
2234
upd_and_key_val_buff_len =
2237
2238
if (!(unsigned char*) my_multi_malloc(MYF(MY_WME),
2238
2239
&upd_buff, upd_and_key_val_buff_len,
2239
2240
&key_val_buff, upd_and_key_val_buff_len,