~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/plugin.ini

  • Committer: patrick crews
  • Date: 2010-09-12 14:34:27 UTC
  • mto: (1762.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1763.
  • Revision ID: gleebix@gmail.com-20100912143427-m33z5wfdofkfbu06
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)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
description=Volatile memory based tables
5
5
sources=ha_heap.cc
6
6
load_by_default=yes
7
 
libs=plugin/heap/libheap.la
 
7
libs=plugin/memory/libheap.la
8
8
static=yes