1481
1485
write_meta_file(create_file, 0, false);
1482
1486
my_close(create_file, MYF(0));
1484
if ((create_file= my_create(fn_format(name_buff, name, "", CSV_EXT,
1488
if ((create_file= my_create(fn_format(name_buff, table_name, "", CSV_EXT,
1485
1489
MY_REPLACE_EXT|MY_UNPACK_FILENAME),0,
1486
1490
O_RDWR | O_TRUNC,MYF(MY_WME))) < 0)