~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-10-07 16:55:53 UTC
  • mfrom: (1161.2.1 bug444827)
  • Revision ID: brian@gaz-20091007165553-9tnp7liw1k9g6gvc
Merge Padraig

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