~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/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=Utility Functions
3
 
description= Utility Functions
4
 
load_by_default=yes
5
 
sources= 
6
 
  assert.cc
7
 
  catalog.cc
8
 
  execute.cc
9
 
  functions.cc
10
 
  global_read_lock.cc
11
 
  kill.cc
12
 
  result_type.cc
13
 
  schema.cc
14
 
  typeof.cc
15
 
  user.cc
16
 
headers=
17
 
  assert.h
18
 
  catalog.h
19
 
  execute.h
20
 
  functions.h
21
 
  global_read_lock.h
22
 
  kill.h
23
 
  result_type.h
24
 
  schema.h
25
 
  typeof.h
26
 
  user.h
27
 
static=yes