mirror of
https://github.com/MariaDB/server.git
synced 2025-08-20 14:22:25 +00:00
5.2->5.3 merge
This commit is contained in:
@ -346,7 +346,7 @@ mysql_declare_plugin(feedback)
|
||||
PLUGIN_LICENSE_GPL,
|
||||
feedback::init,
|
||||
feedback::free,
|
||||
0x0100,
|
||||
0x0101,
|
||||
NULL,
|
||||
feedback::settings,
|
||||
NULL
|
||||
@ -363,10 +363,10 @@ maria_declare_plugin(feedback)
|
||||
PLUGIN_LICENSE_GPL,
|
||||
feedback::init,
|
||||
feedback::free,
|
||||
0x0100,
|
||||
0x0101,
|
||||
NULL,
|
||||
feedback::settings,
|
||||
"1.0",
|
||||
"1.1",
|
||||
MariaDB_PLUGIN_MATURITY_BETA
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
Reference in New Issue
Block a user