diff options
Diffstat (limited to 'storage/heap')
-rw-r--r-- | storage/heap/ha_heap.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/ha_heap.cc b/storage/heap/ha_heap.cc index 4a83b2e12d8..8e8744c2d34 100644 --- a/storage/heap/ha_heap.cc +++ b/storage/heap/ha_heap.cc @@ -720,6 +720,7 @@ mysql_declare_plugin(heap) "MEMORY", "MySQL AB", "Hash based, stored in memory, useful for temporary tables", + PLUGIN_LICENSE_GPL, heap_init, NULL, 0x0100, /* 1.0 */ |