Commit 82e9b49f authored by Sergei Golubchik's avatar Sergei Golubchik

promote Spider to "stable"

parent 2609783a
...@@ -164,6 +164,6 @@ struct st_maria_plugin spider_i_s_alloc_mem_maria = ...@@ -164,6 +164,6 @@ struct st_maria_plugin spider_i_s_alloc_mem_maria =
NULL, NULL,
NULL, NULL,
"1.0", "1.0",
MariaDB_PLUGIN_MATURITY_GAMMA, MariaDB_PLUGIN_MATURITY_STABLE
}; };
#endif #endif
...@@ -3486,7 +3486,7 @@ maria_declare_plugin(spider) ...@@ -3486,7 +3486,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_GAMMA MariaDB_PLUGIN_MATURITY_STABLE
}, },
spider_i_s_alloc_mem_maria spider_i_s_alloc_mem_maria
maria_declare_plugin_end; 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