~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/time/maketime.h

  • Committer: Monty Taylor
  • Date: 2008-12-06 07:22:02 UTC
  • mto: (656.1.7 devel) (660.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: monty@inaugust.com-20081206072202-2g25o9doqr1l8euu
OOOh doggie. Got rid of my_alloca.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/functions/time/str_timefunc.h>
24
24
 
25
25
class Item_func_maketime :public Item_str_timefunc
26
 
{
 
26
27
27
public:
28
28
  Item_func_maketime(Item *a, Item *b, Item *c)
29
29
    :Item_str_timefunc(a, b, c)