~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-03-31 23:39:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1434.
  • Revision ID: brian@gaz-20100331233912-q2zi8n0sg35kvwsm
Shift show commands to their own dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Show Dictionary
 
3
description= Creates dictionary tables for SHOW commands
 
4
load_by_default=yes
 
5
sources= 
 
6
  plugin.cc
 
7
  show_columns.cc
 
8
  show_indexes.cc
 
9
  show_schemas.cc
 
10
  show_table_status.cc
 
11
  show_tables.cc
 
12
  show_temporary_tables.cc
 
13
headers=
 
14
  dictionary.h
 
15
  show_columns.h
 
16
  show_indexes.h
 
17
  show_schemas.h
 
18
  show_table_status.h
 
19
  show_tables.h
 
20
  show_temporary_tables.h