~drizzle-trunk/drizzle/development

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