~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_timefunc.h

  • Committer: ysano
  • Date: 2008-11-08 02:38:00 UTC
  • mfrom: (579 drizzle)
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: ysano@vm-20081108023800-j5uyp060rix0ovfu
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
 
20
#ifndef DRIZZLED_ITEM_TIMEFUNC_H
 
21
#define DRIZZLED_ITEM_TIMEFUNC_H
20
22
 
21
23
/* Function items used by mysql */
22
24
 
1039
1041
  const char *func_name() const { return "last_day"; }
1040
1042
  bool get_date(DRIZZLE_TIME *res, uint32_t fuzzy_date);
1041
1043
};
 
1044
 
 
1045
#endif /* DRIZZLED_ITEM_TIMEFUNC_H */