~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Monty Taylor
  • Date: 2009-01-30 04:39:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130043904-gphdonl7m6zdz06v
Cleaned up warnings up through innodb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
                              List<Item> &fields);
423
423
 
424
424
  /* Called for items that really have to be split */
425
 
  void real_split_sum_func(Session *session, Item **ref_pointer_array,
426
 
                           List<Item> &fields,
427
 
                           Item **ref, bool skip_registered);
 
425
  void split_sum_func(Session *session, Item **ref_pointer_array,
 
426
                      List<Item> &fields,
 
427
                      Item **ref, bool skip_registered);
428
428
 
429
429
  virtual bool get_date(DRIZZLE_TIME *ltime,uint32_t fuzzydate);
430
430
  virtual bool get_time(DRIZZLE_TIME *ltime);