~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal_format.h

  • Committer: Brian Aker
  • Date: 2009-07-11 05:59:19 UTC
  • mfrom: (1089.1.9 merge)
  • Revision ID: brian@gaz-20090711055919-m4px3crrdgta5lie
Collection of patches from new-cleanup (includes asserts for field in debug)

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 * is initialized on server init.
146
146
 */
147
147
bool init_temporal_formats();
 
148
/** 
 
149
 * Frees all memory allocated for temporal format objects
 
150
 */
 
151
void deinit_temporal_formats();
148
152
 
149
153
#endif /* DRIZZLED_TEMPORAL_FORMAT_MATCH_H */