~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/discover.cc

  • Committer: Monty Taylor
  • Date: 2008-10-10 01:32:55 UTC
  • mto: This revision was merged to the branch mainline in revision 499.
  • Revision ID: monty@inaugust.com-20081010013255-103hfya2ua78qnbw
Removed O_SHARE. I think it was only for OS/2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  error= 1;
54
54
  if ((file=my_open(fn_format(index_file,name,"",reg_ext,
55
55
                              MY_UNPACK_FILENAME|MY_APPEND_EXT),
56
 
                    O_RDONLY | O_SHARE,
 
56
                    O_RDONLY,
57
57
                    MYF(0))) < 0)  
58
58
    goto err_end; 
59
59