[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [mysql56] add const.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:36:38 JST 2012


Kouhei Sutou	2012-01-31 17:03:20 +0900 (Tue, 31 Jan 2012)

  New Revision: 0a0e2c5acbae73d5ceb37a6f482946d920893ffc
  https://github.com/mroonga/mroonga/commit/0a0e2c5acbae73d5ceb37a6f482946d920893ffc

  Log:
    [mysql56] add const.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2012-01-31 11:53:12 +0900 (722d686)
+++ ha_mroonga.cc    2012-01-31 17:03:20 +0900 (3ea0e50)
@@ -249,7 +249,7 @@ static void mrn_init_encoding_map()
   DBUG_VOID_RETURN;
 }
 
-static int mrn_change_encoding(grn_ctx *ctx, CHARSET_INFO *charset)
+static int mrn_change_encoding(grn_ctx *ctx, const CHARSET_INFO *charset)
 {
   MRN_DBUG_ENTER_FUNCTION();
   if (!charset)
-------------- next part --------------
HTML����������������������������...
Download 



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