~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-10-20 20:26:18 UTC
  • mfrom: (1859.2.13 refactor)
  • Revision ID: brian@tangent.org-20101020202618-9222n39lm329urv5
Merge for Brian 

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