~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2008-11-16 02:03:36 UTC
  • mfrom: (584.2.8 drizzle-nofrm)
  • Revision ID: brian@tangent.org-20081116020336-89horp2vrgqoqv0f
Merge stewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
 
362
362
#define portable_sizeof_char_ptr 8
363
363
 
364
 
#define tmp_file_prefix "#sql"                  /**< Prefix for tmp tables */
365
 
#define tmp_file_prefix_length 4
 
364
#define TMP_FILE_PREFIX "#sql"                  /**< Prefix for tmp tables */
 
365
#define TMP_FILE_PREFIX_LENGTH 4
366
366
 
367
367
/* Flags for calc_week() function.  */
368
368
#define WEEK_MONDAY_FIRST    1