~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-02-07 01:33:54 UTC
  • Revision ID: brian@gaz-20100207013354-d2pg1n68u5c09pgo
Remove giant include header to its own file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=I_S Plugin
 
3
description=Plugin which contains all the original I_S tables
 
4
sources=character_set.cc 
 
5
  collation.cc
 
6
  collation_char_set.cc
 
7
  columns.cc
 
8
  key_column_usage.cc
 
9
  helper_methods.cc 
 
10
  info_schema.cc 
 
11
  modules.cc
 
12
  open_tables.cc
 
13
  plugins.cc
 
14
  processlist.cc
 
15
  referential_constraints.cc
 
16
  schemata.cc
 
17
  table_constraints.cc
 
18
  tables.cc
 
19
  table_names.cc
 
20
  statistics.cc
 
21
  status.cc
 
22
  variables.cc
 
23
headers=character_set.h 
 
24
  collation.h
 
25
  collation_char_set.h
 
26
  columns.h
 
27
  key_column_usage.h
 
28
  helper_methods.h 
 
29
  modules.h
 
30
  open_tables.h
 
31
  plugins.h
 
32
  processlist.h
 
33
  referential_constraints.h
 
34
  schemata.h
 
35
  table_constraints.h
 
36
  tables.h
 
37
  table_names.h
 
38
  statistics.h
 
39
  status.h
 
40
  variables.h
 
41
load_by_default=yes