1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-07 17:42:39 +03:00

Set maturity to GAMMA modified ha_connect.cc

This commit is contained in:
Olivier Bertrand
2015-06-25 00:01:38 +02:00
parent 144322762b
commit 0e270f7399

View File

@@ -6652,6 +6652,6 @@ maria_declare_plugin(connect)
NULL, /* status variables */ NULL, /* status variables */
connect_system_variables, /* system variables */ connect_system_variables, /* system variables */
"1.03.0007", /* string version */ "1.03.0007", /* string version */
MariaDB_PLUGIN_MATURITY_BETA /* maturity */ MariaDB_PLUGIN_MATURITY_GAMMA /* maturity */
} }
maria_declare_plugin_end; maria_declare_plugin_end;