summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-10-05 00:41:29 -0700
committerbrian@zim.(none) <>2006-10-05 00:41:29 -0700
commitfaff46eefe9a6ec3184d9b9d0760634762c9f95a (patch)
treeb14998daff5232aed508cce3919ae3b222f894f1 /plugin
parent4b51032fa5ef358a35d91fe2514dd6f2e6b3a6f6 (diff)
downloadmariadb-git-faff46eefe9a6ec3184d9b9d0760634762c9f95a.tar.gz
Added license information display to output of plugins schema, and tagged all plugins with GPL flag.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fulltext/plugin_example.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/fulltext/plugin_example.c b/plugin/fulltext/plugin_example.c
index 7da6672190c..f09462f2d1a 100644
--- a/plugin/fulltext/plugin_example.c
+++ b/plugin/fulltext/plugin_example.c
@@ -226,6 +226,7 @@ mysql_declare_plugin(ftexample)
"simple_parser", /* name */
"MySQL AB", /* author */
"Simple Full-Text Parser", /* description */
+ PLUGIN_LICENSE_GPL,
simple_parser_plugin_init, /* init function (when loaded) */
simple_parser_plugin_deinit,/* deinit function (when unloaded) */
0x0001, /* version */