1129
1129
/* Create the file world readable */
1130
1130
if ((file= my_create(path, 0666, O_WRONLY|O_EXCL, MYF(MY_WME))) < 0)
1133
1132
(void) fchmod(file, 0666); // Because of umask()
1137
1133
if (init_io_cache(cache, file, 0L, WRITE_CACHE, 0L, 1, MYF(MY_WME)))