~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/plugin.ini

  • Committer: Brian Aker
  • Date: 2011-01-11 07:12:09 UTC
  • mfrom: (2068.5.6 catalogs)
  • Revision ID: brian@gir-3-20110111071209-ntbex8btgayoq00v
MergeĀ inĀ catalogs.

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