~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/plugin.ini

  • Committer: Monty Taylor
  • Date: 2008-10-30 19:42:06 UTC
  • mto: (520.4.38 devel)
  • mto: This revision was merged to the branch mainline in revision 572.
  • Revision ID: monty@inaugust.com-20081030194206-fzus6yqlw1ekru65
Removed handler from common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=Catalog related DDL functions.
3
 
description=Provides functions for DDL operations on catalogs.
4
 
load_by_default=yes
5
 
sources= 
6
 
  engine.cc
7
 
  functions/create.cc
8
 
  functions/drop.cc
9
 
  functions/lock.cc
10
 
  functions/unlock.cc
11
 
  module.cc
12
 
  tables/catalog_cache.cc
13
 
  tables/catalogs.cc
14
 
headers=
15
 
  functions/create.h
16
 
  functions/drop.h
17
 
  functions/lock.h
18
 
  functions/unlock.h
19
 
  engine.h
20
 
  filesystem.h
21
 
  module.h
22
 
  tables/catalog_cache.h
23
 
  tables/catalogs.h
24
 
static=yes