diff options
author | brian@zim.(none) <> | 2006-10-05 00:41:29 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-10-05 00:41:29 -0700 |
commit | faff46eefe9a6ec3184d9b9d0760634762c9f95a (patch) | |
tree | b14998daff5232aed508cce3919ae3b222f894f1 /storage/myisammrg | |
parent | 4b51032fa5ef358a35d91fe2514dd6f2e6b3a6f6 (diff) | |
download | mariadb-git-faff46eefe9a6ec3184d9b9d0760634762c9f95a.tar.gz |
Added license information display to output of plugins schema, and tagged all plugins with GPL flag.
Diffstat (limited to 'storage/myisammrg')
-rw-r--r-- | storage/myisammrg/ha_myisammrg.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |