From faff46eefe9a6ec3184d9b9d0760634762c9f95a Mon Sep 17 00:00:00 2001 From: "brian@zim.(none)" <> 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. --- storage/myisammrg/ha_myisammrg.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/myisammrg') diff --git a/storage/myisammrg/ha_myisammrg.cc b/storage/myisammrg/ha_myisammrg.cc index 7f656c2e67c..db66c9d6442 100644 --- a/storage/myisammrg/ha_myisammrg.cc +++ b/storage/myisammrg/ha_myisammrg.cc @@ -582,6 +582,7 @@ mysql_declare_plugin(myisammrg) "MRG_MYISAM", "MySQL AB", "Collection of identical MyISAM tables", + PLUGIN_LICENSE_GPL, myisammrg_init, /* Plugin Init */ NULL, /* Plugin Deinit */ 0x0100, /* 1.0 */ -- cgit v1.2.1