~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_tempfile.cc

Merged in Eric's whitespace cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    }
86
86
    strcpy(convert_dirname(to,dir,NULL),prefix_buff);
87
87
    org_file=mkstemp(to);
88
 
    /* TODO: This was old behavior, but really don't we want to 
 
88
    /* TODO: This was old behavior, but really don't we want to
89
89
     * unlink files immediately under all circumstances?
90
90
     * if (mode & O_TEMPORARY)
91
91
      (void) my_delete(to, MYF(MY_WME | ME_NOINPUT));