~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/default_modify.c

  • Committer: Paul McCullagh
  • Date: 2008-10-10 12:42:11 UTC
  • mfrom: (499 drizzle)
  • mto: (499.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: paul.mccullagh@primebase.org-20081010124211-hxs9ny96auxpq2ag
Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  uint32_t new_opt_len;
70
70
  int reserve_occupied= 0;
71
71
 
72
 
  if (!(cnf_file= my_fopen(file_location, O_RDWR | O_BINARY, MYF(0))))
 
72
  if (!(cnf_file= my_fopen(file_location, O_RDWR, MYF(0))))
73
73
    return(2);
74
74
 
75
75
  if (fstat(fileno(cnf_file), &file_stat))