From 76cdfbbdfee7928dee2fbc0f8f07e1e0ca0cba33 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Oct 2006 00:41:29 -0700 Subject: Added license information display to output of plugins schema, and tagged all plugins with GPL flag. include/mysql/plugin.h: Adding license information. plugin/fulltext/plugin_example.c: License sql/ha_ndbcluster.cc: License sql/ha_partition.cc: License sql/handler.h: License sql/log.cc: License sql/sql_show.cc: Additional PLUIN display information storage/archive/ha_archive.cc: License information added storage/blackhole/ha_blackhole.cc: License information added storage/csv/ha_tina.cc: License Information storage/example/ha_example.cc: License information storage/federated/ha_federated.cc: License Information storage/heap/ha_heap.cc: License Information storage/innobase/handler/ha_innodb.cc: License Information storage/myisam/ha_myisam.cc: License Information storage/myisammrg/ha_myisammrg.cc: License Information --- storage/heap/ha_heap.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/heap/ha_heap.cc') 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 */ -- cgit v1.2.1