~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/plugin.ini

  • Committer: Padraig O'Sullivan
  • Date: 2009-06-20 03:05:30 UTC
  • mto: (1076.2.5 info-schema-plugin)
  • mto: This revision was merged to the branch mainline in revision 1073.
  • Revision ID: osullivan.padraig@gmail.com-20090620030530-d3tdkf9pbaoiv4i6
Created an I_S plugin. Extracted the PROCESSLIST table into this plugin and
removed any trace of it from show.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
name=info_schema
 
3
title=I_S Plugin
 
4
description=Plugin which contains all the original I_S tables
 
5
sources=info_schema_plugin.cc
 
6
headers=info_schema_plugin.h
 
7
load_by_default=yes