~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_dictionary/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-09-10 22:40:11 UTC
  • mto: (1759.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 1762.
  • Revision ID: brian@tangent.org-20100910224011-gya7cep2bl8h7vdw
Adding in data dictionary table to list out functions.

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=yes
 
5
sources= 
 
6
  dictionary.cc
 
7
  functions.cc
 
8
headers=
 
9
  dictionary.h
 
10
  functions.h
 
11
static=yes