null+****@clear*****
null+****@clear*****
2011年 9月 11日 (日) 12:44:11 JST
Kouhei Sutou 2011-09-11 03:44:11 +0000 (Sun, 11 Sep 2011)
New Revision: 987bada4c826954d521c42918b19247a7d8660b1
Log:
fix indent.
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc 2011-09-11 03:43:55 +0000 (f0253b0)
+++ ha_mroonga.cc 2011-09-11 03:44:11 +0000 (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);