~vjsamuel/drizzle/fix-bug-651256

« back to all changes in this revision

Viewing changes to plugin/performance_dictionary/plugin.ini

  • Committer: lbieber
  • Date: 2010-09-23 20:19:20 UTC
  • mfrom: (1789.1.2 session_usage)
  • Revision ID: lbieber@orisndriz08-20100923201920-helm9tnadwf8p9dg
Merge Brian - Merge in session performance table (this is not built by default)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Performance Dictionary
 
3
description=Table functions related to performance issues.
 
4
load_by_default=no
 
5
static=no
 
6
sources= 
 
7
  dictionary.cc
 
8
  session_usage.cc
 
9
  session_usage_logger.cc
 
10
headers=
 
11
  dictionary.h
 
12
  query_usage.h
 
13
  session_usage_logger.h
 
14
  session_usage.h