1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Added license information display to output of plugins schema, and tagged all plugins with GPL flag.

This commit is contained in:
brian@zim.(none)
2006-10-05 00:41:29 -07:00
parent 4b51032fa5
commit faff46eefe
16 changed files with 41 additions and 0 deletions

View File

@ -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 */