~drizzle-trunk/drizzle/development

992.1.26 by Monty Taylor
Moved heap.
1
[plugin]
1233.2.1 by Monty Taylor
Renamed instances of HEAP engine to MEMORY. Removed the alias.
2
name=memory
992.1.26 by Monty Taylor
Moved heap.
3
title=Memory Storage Engine
4
description=Volatile memory based tables
5
sources=ha_heap.cc
6
load_by_default=yes
1758.2.1 by patrick crews
Moved engine-specific tests to their respective plugin directories. Renamed plugin/heap -> plugin/memory due to issues with pandora build and the test suite with two names (engine+plugin = memory, dirname = heap)
7
libs=plugin/memory/libheap.la
1192.3.7 by Monty Taylor
Added code necessary for building plugins dynamically.
8
static=yes