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

Back to archive index

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


Kouhei Sutou	2011-09-11 12:44:11 +0900 (Sun, 11 Sep 2011)

  New Revision: 987bada4c826954d521c42918b19247a7d8660b1
  https://github.com/mroonga/mroonga/commit/987bada4c826954d521c42918b19247a7d8660b1

  Log:
    fix indent.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-09-11 12:43:55 +0900 (f0253b0)
+++ ha_mroonga.cc    2011-09-11 12:44:11 +0900 (7d97e31)
@@ -4862,7 +4862,7 @@ void ha_mroonga::store_fields_from_primary_table(uchar *buf, grn_id record_id)
         bitmap_is_set(table->write_set, field->field_index)) {
 #ifndef DBUG_OFF
       my_bitmap_map *tmp_map = dbug_tmp_use_all_columns(table,
-        table->write_set);
+                                                        table->write_set);
 #endif
       DBUG_PRINT("info", ("mroonga store column %d(%d)",i,field->field_index));
       field->move_field_offset(ptr_diff);
-------------- next part --------------
HTML����������������������������...
Download 



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