[Groonga-mysql-commit] mroonga/mroonga [master] Add missing const to support MySQL 5.6.10

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 6 10:52:14 JST 2013


Kouhei Sutou	2013-02-06 10:52:14 +0900 (Wed, 06 Feb 2013)

  New Revision: ac24a698c168b16ea09cbdc1850d24b1928b8340
  https://github.com/mroonga/mroonga/commit/ac24a698c168b16ea09cbdc1850d24b1928b8340

  Log:
    Add missing const to support MySQL 5.6.10

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2013-02-05 19:09:41 +0900 (e69e8e8)
+++ ha_mroonga.cpp    2013-02-06 10:52:14 +0900 (f127df7)
@@ -8053,7 +8053,7 @@ grn_obj *ha_mroonga::find_tokenizer(const char *name, int name_length)
 grn_obj *ha_mroonga::find_normalizer(Field *field)
 {
   MRN_DBUG_ENTER_METHOD();
-  CHARSET_INFO *charset_info = field->charset();
+  const CHARSET_INFO *charset_info = field->charset();
   grn_obj *normalizer = NULL;
   if ((strcmp(charset_info->name, "utf8_general_ci") == 0) ||
       (strcmp(charset_info->name, "utf8mb4_general_ci") == 0)) {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index