~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/plugin.ini

  • Committer: Padraig O'Sullivan
  • Date: 2010-12-03 19:16:09 UTC
  • mto: (1975.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: osullivan.padraig@gmail.com-20101203191609-7s81iwt33vrgmz9v
Some re-factoring based on feedback from Monty on IRC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
description= Utility Functions
4
4
load_by_default=yes
5
5
sources= 
6
 
  assert.cc
7
6
  catalog.cc
8
 
  execute.cc
9
7
  functions.cc
10
8
  global_read_lock.cc
11
9
  kill.cc
12
 
  result_type.cc
13
10
  schema.cc
14
 
  typeof.cc
15
11
  user.cc
16
12
headers=
17
 
  assert.h
18
13
  catalog.h
19
 
  execute.h
20
14
  functions.h
21
15
  global_read_lock.h
22
16
  kill.h
23
 
  result_type.h
24
17
  schema.h
25
 
  typeof.h
26
18
  user.h
27
19
static=yes