diff options
Diffstat (limited to 'storage/heap/plug.in')
-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]) |