~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_dictionary/plugin.ini

  • Committer: Andy Lester
  • Date: 2008-08-09 05:23:39 UTC
  • mto: (266.1.29 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 287.
  • Revision ID: andy@petdance.com-20080809052339-iafoesszmesweq6b
use NULL, not 0

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