1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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

@@ -717,6 +717,7 @@ mysql_declare_plugin(example)
"EXAMPLE",
"Brian Aker, MySQL AB",
"Example storage engine",
PLUGIN_LICENSE_GPL,
example_init_func, /* Plugin Init */
example_done_func, /* Plugin Deinit */
0x0001 /* 0.1 */,