mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
b8e31d05f1
Problem is that some files moved to storage/*/ still are dependent on sql/ code (usually use members of THD structure) that can get different being compiled with another #define-s Code added to recompile these for the embedded server
7 lines
301 B
Text
7 lines
301 B
Text
MYSQL_STORAGE_ENGINE(heap,no, [Memory Storage Engine],
|
|
[Volatile memory based tables])
|
|
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])
|
|
|