~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/plugin.ini

  • Committer: Monty Taylor
  • Date: 2008-12-06 22:41:03 UTC
  • mto: (656.1.7 devel)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: monty@inaugust.com-20081206224103-jdouqwt9hb0f01y1
Moved non-working tests into broken suite for easier running of working tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=Schema Dictionary
3
 
description= Creates dictionary tables for federated schema data. 
4
 
load_by_default=yes
5
 
sources= 
6
 
  columns.cc
7
 
  dictionary.cc
8
 
  index_parts.cc
9
 
  indexes.cc
10
 
  foreign_keys.cc
11
 
  schemas.cc
12
 
  table_constraints.cc
13
 
  tables.cc
14
 
headers=
15
 
  columns.h
16
 
  data_dictionary.h
17
 
  dictionary.h
18
 
  index_parts.h
19
 
  indexes.h
20
 
  foreign_keys.h
21
 
  schemas.h
22
 
  table_constraints.h
23
 
  tables.h
24
 
static=yes