~patrick-crews/drizzle/bug644529-test

« back to all changes in this revision

Viewing changes to plugin/math_functions/plugin.ini

  • 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:
3
3
description= Math Functions
4
4
load_by_default=yes
5
5
sources= 
6
 
  functions.cc
 
6
  functions.cc abs.cc acos.cc asin.cc atan.cc cos.cc log.cc sin.cc pow.cc
7
7
headers=
8
 
  functions.h
 
8
  functions.h abs.h acos.h asin.h atan.h cos.h log.h sin.h pow.h
9
9
static=yes