~drizzle-trunk/drizzle/development

992.1.37 by Monty Taylor
oldlibdrizzle
1
[plugin]
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
2
title=Drizzle Protocol
1812.3.1 by Brian Aker
This patch encapsulates the MySQL protocol around the Drizzle port so that we have access even in the event of MySQL being installed and running.
3
description=Drizzle protocol module.
4
version=0.3
5
author=Brian Aker
1320.2.1 by Monty Taylor
Merged in drizzle_protocol namespace change.
6
license=PLUGIN_LICENSE_GPL
1509.1.1 by Monty Taylor
Undid the libdrizzled.so.
7
libs=drizzled/algorithm/libhash.la
992.1.37 by Monty Taylor
oldlibdrizzle
8
load_by_default=yes
9
ldlfags=$(LIBZ)
1812.3.1 by Brian Aker
This patch encapsulates the MySQL protocol around the Drizzle port so that we have access even in the event of MySQL being installed and running.
10
headers=
11
  drizzle_protocol.h
12
sources=
13
  drizzle_protocol.cc
1192.3.7 by Monty Taylor
Added code necessary for building plugins dynamically.
14
static=yes