Navigation Menu

Skip to content

Commit

Permalink
fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 11, 2011
1 parent 01a1681 commit 987bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -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);
Expand Down

0 comments on commit 987bada

Please sign in to comment.