~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-10-28 16:09:18 UTC
  • mfrom: (520.4.17 devel)
  • Revision ID: brian@gir-3.local-20081028160918-y26t37hpdyo1mx9c
Merge from Monty. Updated UUID.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1140
1140
                                "see MySQL Bug#26662\n");
1141
1141
                }
1142
1142
        }
 
1143
#else /* Required for OSX */
 
1144
        (void)fd;
 
1145
        (void)file_name;
 
1146
        (void)operation_name;
1143
1147
#endif
1144
1148
}
1145
1149