~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-11-24 02:06:37 UTC
  • mfrom: (1223.1.7 push)
  • Revision ID: brian@gaz-20091124020637-9gb65vj98x1arydm
Merge for staging.

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_create_schema.cc
9
 
  show_create_table.cc
10
 
  show_indexes.cc
11
 
  show_schemas.cc
12
 
  show_table_status.cc
13
 
  show_tables.cc
14
 
  show_temporary_tables.cc
15
 
headers=
16
 
  dictionary.h
17
 
  show.h
18
 
  show_columns.h
19
 
  show_create_schema.h
20
 
  show_create_table.h
21
 
  show_indexes.h
22
 
  show_schemas.h
23
 
  show_table_status.h
24
 
  show_tables.h
25
 
  show_temporary_tables.h
26
 
static=yes