1
0
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:
Sergei Golubchik
2021-09-10 12:38:53 +02:00
committed by Oleksandr Byelkin
parent 0a0dfd63d9
commit a786c0208e
14 changed files with 201 additions and 39 deletions

View File

@@ -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;