~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_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=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