~drizzle-trunk/drizzle/development

1751.3.5 by Brian Aker
Add two plugins to handle the string and math functions.
1
[plugin]
2
title=Math Functions
3
description= Math Functions
4
load_by_default=yes
5
sources= 
1759.3.20 by Stewart Smith
move ORD() function into math_functions plugin
6
  functions.cc abs.cc acos.cc asin.cc atan.cc ceiling.cc cos.cc exp.cc floor.cc log.cc sin.cc ord.cc pow.cc ln.cc sqrt.cc
1751.3.5 by Brian Aker
Add two plugins to handle the string and math functions.
7
headers=
1759.3.20 by Stewart Smith
move ORD() function into math_functions plugin
8
  functions.h abs.h acos.h asin.h atan.h ceiling.h cos.h exp.h floor.h log.h sin.h ord.h pow.h ln.h sqrt.h
1751.3.5 by Brian Aker
Add two plugins to handle the string and math functions.
9
static=yes