~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Monty Taylor
  • Date: 2008-10-02 01:31:53 UTC
  • mfrom: (398.1.6 codestyle-new)
  • Revision ID: monty@inaugust.com-20081002013153-b097om921cd3j1pn
MergedĀ fromĀ stdint-includes-fix.

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
  /*