~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-14 02:02:48 UTC
  • mfrom: (1273.13.64 fix_is)
  • Revision ID: brian@gaz-20100214020248-bhovaejhz9fmer3q
MergeĀ inĀ data_dictionary.

Show diffs side-by-side

added added

removed removed

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