~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/plugin.ini

Additional plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=Data Engine
3
 
description=Data Engine for Data Dictionary
 
3
description=Function Engine used for Table Functions.
4
4
load_by_default=yes
5
 
sources= character_sets.cc
6
 
  collations.cc
 
5
sources=
7
6
  cursor.cc
8
7
  function.cc
9
 
  modules.cc
10
 
  plugins.cc
11
 
  processlist.cc
12
 
  status.cc
13
 
headers= character_sets.h
14
 
  collations.h
 
8
headers=
15
9
  cursor.h
16
10
  function.h
17
 
  modules.h
18
 
  plugins.h
19
 
  processlist.h
20
 
  state_tool.h
21
 
  status.h
22
 
  variables.h