~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/plugin.ini

  • Committer: Monty Taylor
  • Date: 2008-10-23 00:05:28 UTC
  • Revision ID: monty@inaugust.com-20081023000528-grdvrd8c4058nutm
Moved my_handler to myisam, which is where it actually belongs.

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
21
 
static=yes