~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/plugin.ini

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-03-18 12:12:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100318121231-k6g1xe6cshbwa0f8
Tags: upstream-2010.03.1347
ImportĀ upstreamĀ versionĀ 2010.03.1347

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
  show_columns.cc
 
13
  show_indexes.cc
 
14
  show_table_status.cc
 
15
  show_temporary_tables.cc
 
16
  table_constraints.cc
 
17
  tables.cc
 
18
headers=
 
19
  columns.h
 
20
  dictionary.h
 
21
  index_parts.h
 
22
  indexes.h
 
23
  referential_constraints.h
 
24
  schemas.h
 
25
  show_columns.h
 
26
  show_indexes.h
 
27
  show_table_status.h
 
28
  show_tables.h
 
29
  show_temporary_tables.h
 
30
  table_constraints.h
 
31
  tables.h