mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
remove MYSQL_SERVER requirement
This commit is contained in:
committed by
Oleksandr Byelkin
parent
0a0dfd63d9
commit
a786c0208e
@@ -14,8 +14,7 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
|
||||
|
||||
|
||||
#define PLUGIN_VERSION 0x20000
|
||||
#define PLUGIN_STR_VERSION "2.0"
|
||||
#define PLUGIN_VERSION 0x200
|
||||
|
||||
#include <my_config.h>
|
||||
#include <my_global.h>
|
||||
@@ -266,8 +265,8 @@ maria_declare_plugin(test_sql_service)
|
||||
PLUGIN_VERSION,
|
||||
test_sql_status,
|
||||
test_sql_vars,
|
||||
PLUGIN_STR_VERSION,
|
||||
MariaDB_PLUGIN_MATURITY_STABLE
|
||||
NULL,
|
||||
MariaDB_PLUGIN_MATURITY_EXPERIMENTAL
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
||||
|
Reference in New Issue
Block a user