~drizzle-trunk/drizzle/development

1751.3.5 by Brian Aker
Add two plugins to handle the string and math functions.
1
[plugin]
2
title=String Functions
3
description= String Functions
4
load_by_default=yes
5
sources= 
1976.7.1 by Brian Aker
Added compatible REGEX for Drizzle to MySQL's syntax.
6
  elt.cc
7
  format.cc
8
  functions.cc
9
  quote.cc
10
  regex.cc
1751.3.5 by Brian Aker
Add two plugins to handle the string and math functions.
11
headers=
1976.7.1 by Brian Aker
Added compatible REGEX for Drizzle to MySQL's syntax.
12
  elt.h
13
  format.h
14
  functions.h
15
  quote.h
16
  regex.h
1751.3.5 by Brian Aker
Add two plugins to handle the string and math functions.
17
static=yes