Commit 1a846b3c authored by Kentoku SHIBA's avatar Kentoku SHIBA

Spider 3.2

parent 89441877
......@@ -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
......@@ -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
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment