Kouhei Sutou
null+****@clear*****
Sat Dec 30 20:18:26 JST 2017
Kouhei Sutou 2017-12-30 20:18:26 +0900 (Sat, 30 Dec 2017) New Revision: 648501fdf7b4ffb7f08cae4f55a71f9e2fc1d60d https://github.com/mroonga/mroonga/commit/648501fdf7b4ffb7f08cae4f55a71f9e2fc1d60d Message: Stop resetting Mroonga_n_pooling_contexts by FLUSH STATUS Modified files: ha_mroonga.cpp mrn_mysql.h Modified: ha_mroonga.cpp (+1 -2) =================================================================== --- ha_mroonga.cpp 2017-12-29 17:12:10 +0900 (5a37ba23) +++ ha_mroonga.cpp 2017-12-30 20:18:26 +0900 (8bad2521) @@ -27,7 +27,6 @@ #pragma implementation #endif -#include <sql_plugin.h> #include <sql_show.h> #include <key.h> #include <tztime.h> @@ -724,7 +723,7 @@ static struct st_mysql_show_var mrn_status_variables[] = SHOW_SCOPE_GLOBAL), MRN_STATUS_VARIABLE_ENTRY(MRN_STATUS_VARIABLE_NAME_PREFIX_STRING "_n_pooling_contexts", (char *)&mrn_n_pooling_contexts, - SHOW_LONG, + SHOW_LONG_NOFLUSH, SHOW_SCOPE_GLOBAL), MRN_STATUS_VARIABLE_ENTRY(NullS, NullS, SHOW_LONG, SHOW_SCOPE_GLOBAL) }; Modified: mrn_mysql.h (+2 -0) =================================================================== --- mrn_mysql.h 2017-12-29 17:12:10 +0900 (086d1ea2) +++ mrn_mysql.h 2017-12-30 20:18:26 +0900 (a070f5eb) @@ -47,6 +47,8 @@ # define MRN_MARIADB_P 1 #endif +#include <sql_plugin.h> + #include <sql_const.h> #include <sql_class.h> #if (!defined(MRN_MARIADB_P) && MYSQL_VERSION_ID < 80002) -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20171230/7ec1f8e3/attachment.htm