~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/plugin.ini

Does not work (compile issue in plugin).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
load_by_default=yes
5
5
sources= character_sets.cc
6
6
  collations.cc
7
 
  columns.cc
8
7
  cursor.cc
9
8
  function.cc
10
 
  indexes.cc
11
 
  index_parts.cc
12
9
  modules.cc
13
10
  plugins.cc
14
11
  processlist.cc
15
 
  referential_constraints.cc
16
 
  schemas.cc
17
12
  status.cc
18
 
  tables.cc
19
 
  table_constraints.cc
20
13
headers= character_sets.h
21
14
  collations.h
22
 
  columns.h
23
15
  cursor.h
24
16
  function.h
25
 
  indexes.h
26
 
  index_parts.h
27
17
  modules.h
28
18
  plugins.h
29
19
  processlist.h
30
 
  referential_constraints.h
31
 
  schemas.h
32
20
  state_tool.h
33
21
  status.h
34
 
  tables.h
35
 
  table_constraints.h
36
22
  variables.h