~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-10-09 00:49:33 UTC
  • mfrom: (1812.5.8 staging)
  • Revision ID: brian@tangent.org-20101009004933-tehugnkubtzp6uy4
Merge in changes for show create table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
sources= 
6
6
  plugin.cc
7
7
  show_columns.cc
 
8
  show_create_table.cc
8
9
  show_indexes.cc
9
10
  show_schemas.cc
10
11
  show_table_status.cc
13
14
headers=
14
15
  dictionary.h
15
16
  show_columns.h
 
17
  show_create_table.h
16
18
  show_indexes.h
17
19
  show_schemas.h
18
20
  show_table_status.h