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