~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/performance_dictionary/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

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
 
  query_usage.cc
9
 
  session_usage.cc
10
 
  session_usage_logger.cc
11
 
headers=
12
 
  dictionary.h
13
 
  query_usage.h
14
 
  session_usage_logger.h
15
 
  session_usage.h