~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/numhybrid.h

  • Committer: lbieber
  • Date: 2010-09-17 01:47:05 UTC
  • mfrom: (1770.1.2 build)
  • Revision ID: lbieber@orisndriz08-20100917014705-zzqek5l4x962z5tg
Merge Stewart - remove the unbalanced my_end() call from drizzledump
Merge Stewart - move math functions into plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
protected:
31
31
  Item_result hybrid_type;
32
32
public:
 
33
  Item_func_numhybrid(): Item_func(), hybrid_type(REAL_RESULT)
 
34
  {}
33
35
  Item_func_numhybrid(Item *a) :Item_func(a), hybrid_type(REAL_RESULT)
34
36
  {}
35
37
  Item_func_numhybrid(Item *a,Item *b)