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:
@@ -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 */,
|
||||
|
||||
Reference in New Issue
Block a user