~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.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:
130
130
 
131
131
 
132
132
/*
133
 
  Originally MySQL used MYSQL_TIME structure inside server only, but since
 
133
  Originally MySQL used DRIZZLE_TIME structure inside server only, but since
134
134
  4.1 it's exported to user in the new client API. Define aliases for
135
135
  new names to keep existing code simple.
136
136
*/