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
|
[plugin]
title=Show Dictionary
description= Creates dictionary tables for SHOW commands
load_by_default=yes
sources=
plugin.cc
show_columns.cc
show_create_schema.cc
show_create_table.cc
show_indexes.cc
show_schemas.cc
show_table_status.cc
show_tables.cc
show_temporary_tables.cc
headers=
dictionary.h
show.h
show_columns.h
show_create_schema.h
show_create_table.h
show_indexes.h
show_schemas.h
show_table_status.h
show_tables.h
show_temporary_tables.h
static=yes
|