1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Spider 3.2

This commit is contained in:
Kentoku SHIBA
2014-03-25 05:39:33 +09:00
parent 89441877e7
commit 1a846b3cab
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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