diff --git a/storage/spider/spd_i_s.cc b/storage/spider/spd_i_s.cc index babd3d064cb..49824693984 100644 --- a/storage/spider/spd_i_s.cc +++ b/storage/spider/spd_i_s.cc @@ -158,10 +158,10 @@ struct st_maria_plugin spider_i_s_alloc_mem_maria = PLUGIN_LICENSE_GPL, spider_i_s_alloc_mem_init, spider_i_s_alloc_mem_deinit, - 0x0001, + 0x0100, NULL, NULL, - "0.1", - MariaDB_PLUGIN_MATURITY_BETA, + "1.0", + MariaDB_PLUGIN_MATURITY_GAMMA, }; #endif diff --git a/storage/spider/spd_include.h b/storage/spider/spd_include.h index 424cbd40905..700631f9ab0 100644 --- a/storage/spider/spd_include.h +++ b/storage/spider/spd_include.h @@ -13,8 +13,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define SPIDER_DETAIL_VERSION "3.1.17" -#define SPIDER_HEX_VERSION 0x0301 +#define SPIDER_DETAIL_VERSION "3.2.0" +#define SPIDER_HEX_VERSION 0x0302 #if MYSQL_VERSION_ID < 50500 #else diff --git a/storage/spider/spd_param.cc b/storage/spider/spd_param.cc index 9813c7597fd..2b1e87313d1 100644 --- a/storage/spider/spd_param.cc +++ b/storage/spider/spd_param.cc @@ -3132,7 +3132,7 @@ maria_declare_plugin(spider) spider_status_variables, spider_system_variables, SPIDER_DETAIL_VERSION, - MariaDB_PLUGIN_MATURITY_BETA + MariaDB_PLUGIN_MATURITY_GAMMA }, spider_i_s_alloc_mem_maria maria_declare_plugin_end;