~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2011-04-21 06:25:01 UTC
  • mfrom: (2283.2.2 drizzle-ga)
  • Revision ID: brian@tangent.org-20110421062501-ar72kil0t91mp01q
Rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
#define FN_LIBCHAR  '/'
440
440
#define FN_ROOTDIR  "/"
441
441
#endif
442
 
#define MY_NFILE  64  /* This is only used to save filenames */
443
442
#ifndef OS_FILE_LIMIT
444
443
#define OS_FILE_LIMIT  65535
445
444
#endif