~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2011-04-21 01:59:51 UTC
  • mfrom: (2283.1.14 unused-macros)
  • mto: This revision was merged to the branch mainline in revision 2284.
  • Revision ID: brian@tangent.org-20110421015951-wsrg3w1qjnfnp1zu
Merge in stewart.

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