~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/plugin.ini

  • Committer: Patrick Crews
  • Date: 2011-01-29 14:17:35 UTC
  • mto: (2126.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2127.
  • Revision ID: gleebix@gmail.com-20110129141735-3y2658vt5ur0a33o
Fixes to make test-dbqp

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