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
|
[plugin]
title=Schema Dictionary
description= Creates dictionary tables for federated schema data.
load_by_default=yes
sources=
columns.cc
dictionary.cc
index_parts.cc
indexes.cc
referential_constraints.cc
schemas.cc
show_columns.cc
show_indexes.cc
table_constraints.cc
tables.cc
headers=
columns.h
dictionary.h
index_parts.h
indexes.h
referential_constraints.h
schemas.h
show_columns.h
show_indexes.h
show_table_status.h
show_tables.h
table_constraints.h
tables.h
|