~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_open.cc

  • Committer: Joe Daly
  • Date: 2010-01-06 02:36:05 UTC
  • mfrom: (1259.4.2 staging)
  • mto: This revision was merged to the branch mainline in revision 1267.
  • Revision ID: skinny.moey@gmail.com-20100106023605-0cn3mqsrkhbq3ja0
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "drizzled/internal/mysys_priv.h"
17
17
#include "drizzled/my_error.h"
18
 
#include "my_dir.h"
19
18
 
20
19
#include <fcntl.h>
21
20