83
86
errno=my_errno= ENAMETOOLONG;
86
my_stpcpy(convert_dirname(to,dir,NULL),prefix_buff);
89
stpcpy(convert_dirname(to,dir,NullS),prefix_buff);
91
92
(void) my_delete(to, MYF(MY_WME | ME_NOINPUT));
93
93
file=my_register_filename(org_file, to, FILE_BY_MKSTEMP,
94
94
EE_CANTCREATEFILE, MyFlags);
95
95
/* If we didn't manage to register the name, remove the temp file */