~patrick-crews/drizzle/bug644529-test

« back to all changes in this revision

Viewing changes to plugin/math_functions/pow.cc

  • 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:
19
19
 
20
20
#include "config.h"
21
21
#include <math.h>
22
 
#include <drizzled/function/math/pow.h>
 
22
#include "pow.h"
23
23
 
24
24
namespace drizzled
25
25
{