~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_dictionary/plugin.ini

Merge Brian - Adds random_number, random_string, and a counter table to DD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Function data dictionary tables.
 
3
description= List the functions available to SQL developers.
 
4
load_by_default=no
 
5
sources= 
 
6
  dictionary.cc
 
7
  functions.cc
 
8
headers=
 
9
  dictionary.h
 
10
  functions.h
 
11
static=no