~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-03-17 19:18:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1354.
  • Revision ID: brian@gaz-20100317191840-9ro7fajqp6lhaqjo
Update, we now have all of the ANSI INFORMATION_SCHEMA listed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Information Schema Dictionary
 
3
description= Creates dictionary tables for the ANSI information schema tables
 
4
load_by_default=yes
 
5
sources= 
 
6
  check_constraints.cc
 
7
  column_domain_usage.cc
 
8
  column_privileges.cc
 
9
  columns.cc
 
10
  constraint_column_usage.cc
 
11
  constraint_table_usage.cc
 
12
  dictionary.cc
 
13
  domain_constraints.cc
 
14
  domains.cc
 
15
  key_column_usage.cc
 
16
  parameters.cc
 
17
  referential_constraints.cc
 
18
  routine_columns.cc
 
19
  routines.cc
 
20
  schemata.cc
 
21
  table_constraints.cc
 
22
  table_privileges.cc
 
23
  tables.cc
 
24
  view_column_usage.cc
 
25
  view_table_usage.cc
 
26
  views.cc
 
27
headers=
 
28
  check_constraints.h
 
29
  column_domain_usage.h
 
30
  column_privileges.h
 
31
  columns.h
 
32
  constraint_column_usage.h
 
33
  constraint_table_usage.h
 
34
  dictionary.h
 
35
  domain_constraints.h
 
36
  domains.h
 
37
  information_schema.h
 
38
  key_column_usage.h
 
39
  parameters.h
 
40
  referential_constraints.h
 
41
  routine_columns.h
 
42
  routines.h
 
43
  schemata.h
 
44
  table_constraints.h
 
45
  table_privileges.h
 
46
  tables.h
 
47
  view_column_usage.h
 
48
  view_table_usage.h
 
49
  views.h