~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2008-12-15 07:27:18 UTC
  • mfrom: (670.1.24 devel)
  • Revision ID: brian@tangent.org-20081215072718-uf9nak79262b8snk
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
  OTM_ALTER= 2
448
448
};
449
449
 
 
450
 
 
451
/**
 
452
 * used by several functions in functions/time directory
 
453
 *
 
454
**/
 
455
enum date_time_format_types
 
456
{
 
457
  TIME_ONLY= 0, TIME_MICROSECOND, DATE_ONLY, DATE_TIME, DATE_TIME_MICROSECOND
 
458
};
 
459
 
 
460
 
450
461
enum enum_parsing_place
451
462
{
452
463
  NO_MATTER