[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix indent.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:47:27 JST 2012


Kouhei Sutou	2012-02-14 17:33:00 +0900 (Tue, 14 Feb 2012)

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

  Log:
    fix indent.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+8 -7)
===================================================================
--- ha_mroonga.cc    2012-02-14 17:29:01 +0900 (e6f58ab)
+++ ha_mroonga.cc    2012-02-14 17:33:00 +0900 (1af2747)
@@ -6930,13 +6930,14 @@ bool ha_mroonga::is_enable_optimization()
 bool ha_mroonga::is_need_normalize(Field *field) const
 {
   MRN_DBUG_ENTER_METHOD();
-  DBUG_PRINT("info", ("mroonga: result_type = %u", field->result_type()));
-  DBUG_PRINT("info", ("mroonga: charset->name = %s",
-    field->charset()->name));
-  DBUG_PRINT("info", ("mroonga: charset->csname = %s",
-    field->charset()->csname));
-  DBUG_PRINT("info", ("mroonga: charset->state = %u",
-    field->charset()->state));
+  DBUG_PRINT("info",
+             ("mroonga: result_type = %u", field->result_type()));
+  DBUG_PRINT("info",
+             ("mroonga: charset->name = %s", field->charset()->name));
+  DBUG_PRINT("info",
+             ("mroonga: charset->csname = %s", field->charset()->csname));
+  DBUG_PRINT("info",
+             ("mroonga: charset->state = %u", field->charset()->state));
   if (
     field->result_type() == STRING_RESULT &&
     !(field->charset()->state & (MY_CS_BINSORT | MY_CS_CSSORT))
-------------- next part --------------
HTML����������������������������...
Download 



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