1535
1535
if ((uint) strlen(exchange->file_name) + NAME_LEN >= FN_REFLEN)
1536
1536
strncpy(path,exchange->file_name,FN_REFLEN-1);
1538
if ((file= create_file(session, path, exchange, &cache)) < 0)
1540
1538
/* Check if there is any blobs in data */
1542
1540
List_iterator_fast<Item> li(list);