~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/plugin.ini

  • Committer: Lee Bieber
  • Date: 2010-12-03 01:16:19 UTC
  • mfrom: (1819.9.81 update-innobase)
  • Revision ID: kalebral@gmail.com-20101203011619-n6v584rijwdet05b
Merge Stewart - update Innobase plugin based on InnoDB 1.1.2

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