~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.h

  • Committer: Monty Taylor
  • Date: 2008-07-31 18:25:59 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731182559-txjt9f3dfhusxfp8
Renamed MYSQL_TIME to DRIZZLE_TIME.

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
 
353
353
  Time_zone *time_zone;
354
354
 
355
 
  /* DATE, DATETIME and MYSQL_TIME formats */
 
355
  /* DATE, DATETIME and DRIZZLE_TIME formats */
356
356
  DATE_TIME_FORMAT *date_format;
357
357
  DATE_TIME_FORMAT *datetime_format;
358
358
  DATE_TIME_FORMAT *time_format;