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:
@@ -158,10 +158,10 @@ struct st_maria_plugin spider_i_s_alloc_mem_maria =
|
|||||||
PLUGIN_LICENSE_GPL,
|
PLUGIN_LICENSE_GPL,
|
||||||
spider_i_s_alloc_mem_init,
|
spider_i_s_alloc_mem_init,
|
||||||
spider_i_s_alloc_mem_deinit,
|
spider_i_s_alloc_mem_deinit,
|
||||||
0x0001,
|
0x0100,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
"0.1",
|
"1.0",
|
||||||
MariaDB_PLUGIN_MATURITY_BETA,
|
MariaDB_PLUGIN_MATURITY_GAMMA,
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
@@ -13,8 +13,8 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||||
|
|
||||||
#define SPIDER_DETAIL_VERSION "3.1.17"
|
#define SPIDER_DETAIL_VERSION "3.2.0"
|
||||||
#define SPIDER_HEX_VERSION 0x0301
|
#define SPIDER_HEX_VERSION 0x0302
|
||||||
|
|
||||||
#if MYSQL_VERSION_ID < 50500
|
#if MYSQL_VERSION_ID < 50500
|
||||||
#else
|
#else
|
||||||
|
@@ -3132,7 +3132,7 @@ maria_declare_plugin(spider)
|
|||||||
spider_status_variables,
|
spider_status_variables,
|
||||||
spider_system_variables,
|
spider_system_variables,
|
||||||
SPIDER_DETAIL_VERSION,
|
SPIDER_DETAIL_VERSION,
|
||||||
MariaDB_PLUGIN_MATURITY_BETA
|
MariaDB_PLUGIN_MATURITY_GAMMA
|
||||||
},
|
},
|
||||||
spider_i_s_alloc_mem_maria
|
spider_i_s_alloc_mem_maria
|
||||||
maria_declare_plugin_end;
|
maria_declare_plugin_end;
|
||||||
|
Reference in New Issue
Block a user