~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/plugin.ini

  • Committer: Monty Taylor
  • Date: 2008-10-10 23:04:21 UTC
  • mto: (509.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081010230421-zohe1eppxievpw8d
Removed O_NOFOLLOW

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
 
  referential_constraints.cc
11
 
  schemas.cc
12
 
  table_constraints.cc
13
 
  tables.cc
14
 
headers=
15
 
  columns.h
16
 
  dictionary.h
17
 
  index_parts.h
18
 
  indexes.h
19
 
  referential_constraints.h
20
 
  schemas.h
21
 
  table_constraints.h
22
 
  tables.h
23
 
static=yes