~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/table_cache_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=Table Cached and Table Definition Dictionary
3
 
description= A look into the fabulous world of what is in your caches.
4
 
load_by_default=yes
5
 
sources= 
6
 
  dictionary.cc
7
 
  table_cache.cc
8
 
  table_definition_cache.cc
9
 
headers=
10
 
  dictionary.h
11
 
  table_cache.h
12
 
  table_definition_cache.h
13
 
static=yes