~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/str_timefunc.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:
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) {}