~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/str_timefunc.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
class Item_str_timefunc :public Item_str_func
26
26
{
27
27
public:
 
28
 
 
29
  using Item_func::tmp_table_field;
 
30
 
28
31
  Item_str_timefunc() :Item_str_func() {}
29
32
  Item_str_timefunc(Item *a) :Item_str_func(a) {}
30
33
  Item_str_timefunc(Item *a,Item *b) :Item_str_func(a,b) {}