~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/os/os0file.c

Merged changes from JimW.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1111
1111
static void
1112
1112
os_file_set_nocache(
1113
1113
/*================*/
1114
 
        int             fd,             /* in: file descriptor to alter */
1115
 
        const char*     file_name,      /* in: used in the diagnostic message */
1116
 
        const char*     operation_name) /* in: used in the diagnostic message,
 
1114
        int             fd __attribute__((unused)),             /* in: file descriptor to alter */
 
1115
        const char*     file_name __attribute__((unused)),      /* in: used in the diagnostic message */
 
1116
        const char*     operation_name __attribute__((unused))) /* in: used in the diagnostic message,
1117
1117
                                        we call os_file_set_nocache()
1118
1118
                                        immediately after opening or creating
1119
1119
                                        a file, so this is either "open" or