~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/plugin.ini

Adds support for '.' in option:: names.

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