~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/plugin.ini

  • Committer: Monty Taylor
  • Date: 2011-02-14 20:25:28 UTC
  • mto: (2168.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2169.
  • Revision ID: mordred@inaugust.com-20110214202528-wfb2a5h51ntbl5ct
Fix daemonize c++ patch.

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
6
7
  catalog.cc
7
8
  execute.cc
8
9
  functions.cc
9
10
  global_read_lock.cc
10
11
  kill.cc
 
12
  result_type.cc
11
13
  schema.cc
 
14
  typeof.cc
12
15
  user.cc
13
16
headers=
 
17
  assert.h
14
18
  catalog.h
15
19
  execute.h
16
20
  functions.h
17
21
  global_read_lock.h
18
22
  kill.h
 
23
  result_type.h
19
24
  schema.h
 
25
  typeof.h
20
26
  user.h
21
27
static=yes