~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Monty Taylor
  • Date: 2008-09-22 23:10:15 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: monty@inaugust.com-20080922231015-opvz2pv1hs340y2f
Remove typedef enum enum_drizzle_timestamp_type timestamp_type;

Show diffs side-by-side

added added

removed removed

Lines of Context:
1315
1315
  void set_decimal(char *str, ulong length);
1316
1316
  bool set_str(const char *str, ulong length);
1317
1317
  bool set_longdata(const char *str, ulong length);
1318
 
  void set_time(DRIZZLE_TIME *tm, timestamp_type type, uint32_t max_length_arg);
 
1318
  void set_time(DRIZZLE_TIME *tm, enum enum_drizzle_timestamp_type type,
 
1319
                uint32_t max_length_arg);
1319
1320
  bool set_from_user_var(THD *thd, const user_var_entry *entry);
1320
1321
  void reset();
1321
1322
  /*