~drizzle-trunk/drizzle/development

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