1340.1.5
by Brian Aker
Update, we now have all of the ANSI INFORMATION_SCHEMA listed. |
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
|
|
1643.3.10
by Brian Aker
Column support, clean up of IS/DD for NULL type. |
15 |
information_schema.cc
|
1340.1.5
by Brian Aker
Update, we now have all of the ANSI INFORMATION_SCHEMA listed. |
16 |
key_column_usage.cc
|
17 |
parameters.cc
|
|
18 |
referential_constraints.cc
|
|
19 |
routine_columns.cc
|
|
20 |
routines.cc
|
|
21 |
schemata.cc
|
|
22 |
table_constraints.cc
|
|
23 |
table_privileges.cc
|
|
24 |
tables.cc
|
|
25 |
view_column_usage.cc
|
|
26 |
view_table_usage.cc
|
|
27 |
views.cc
|
|
28 |
headers= |
|
29 |
check_constraints.h
|
|
30 |
column_domain_usage.h
|
|
31 |
column_privileges.h
|
|
32 |
columns.h
|
|
33 |
constraint_column_usage.h
|
|
34 |
constraint_table_usage.h
|
|
35 |
dictionary.h
|
|
36 |
domain_constraints.h
|
|
37 |
domains.h
|
|
38 |
information_schema.h
|
|
39 |
key_column_usage.h
|
|
40 |
parameters.h
|
|
41 |
referential_constraints.h
|
|
42 |
routine_columns.h
|
|
43 |
routines.h
|
|
44 |
schemata.h
|
|
45 |
table_constraints.h
|
|
46 |
table_privileges.h
|
|
47 |
tables.h
|
|
48 |
view_column_usage.h
|
|
49 |
view_table_usage.h
|
|
50 |
views.h
|
|
1460
by Brian Aker
Seeing static effects valgrind output |
51 |
static=yes |