diff options
author | joerg@trift2. <> | 2006-11-01 13:26:03 +0100 |
---|---|---|
committer | joerg@trift2. <> | 2006-11-01 13:26:03 +0100 |
commit | 0d27df6f1a7ecb37d7445922a053c14f70bb1f6e (patch) | |
tree | d892b80d02ea4fde1d578793a28d89757ed13b4a /storage/heap | |
parent | b5e1d6f2a3d3492b1174974c7ea6417ef21da771 (diff) | |
parent | da721fe7aa87df01283b3550704f9b854aac9e7f (diff) | |
download | mariadb-git-0d27df6f1a7ecb37d7445922a053c14f70bb1f6e.tar.gz |
Merge trift2.:/MySQL/M51/clone-5.1
into trift2.:/MySQL/M51/push-5.1
Diffstat (limited to 'storage/heap')
-rw-r--r-- | storage/heap/plug.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/plug.in b/storage/heap/plug.in index 9e744b6ac0d..50f31c60f2b 100644 --- a/storage/heap/plug.in +++ b/storage/heap/plug.in @@ -3,4 +3,5 @@ MYSQL_STORAGE_ENGINE(heap,no, [Memory Storage Engine], MYSQL_PLUGIN_DIRECTORY(heap, [storage/heap]) MYSQL_PLUGIN_STATIC(heap, [libheap.a]) MYSQL_PLUGIN_MANDATORY(heap) dnl Memory tables +MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS(heap, [ha_heap.cc]) |