From 1a846b3cab58dfa54a05d701c0dd2664bc75108c Mon Sep 17 00:00:00 2001 From: Kentoku SHIBA Date: Tue, 25 Mar 2014 05:39:33 +0900 Subject: [PATCH] Spider 3.2 --- storage/spider/spd_i_s.cc | 6 +++--- storage/spider/spd_include.h | 4 ++-- storage/spider/spd_param.cc | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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;