Navigation Menu

Skip to content

Commit

Permalink
row_id -> record_id, rid -> record_id.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 18, 2011
1 parent 77948ea commit b6de073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.h
Expand Up @@ -87,7 +87,7 @@ class ha_mroonga: public handler
grn_obj *result0;
grn_table_cursor *cur;
grn_table_cursor *cur0;
grn_id row_id;
grn_id record_id;
grn_obj *_score;

st_mrn_ft_info mrn_ft_info;
Expand Down Expand Up @@ -216,7 +216,7 @@ class ha_mroonga: public handler
void check_count_skip(key_part_map start_key_part_map,
key_part_map end_key_part_map, bool fulltext);
void check_fast_order_limit();
void store_fields_from_primary_table(uchar *buf, grn_id rid);
void store_fields_from_primary_table(uchar *buf, grn_id record_id);
void set_pk_bitmap();
int wrapper_create(const char *name, TABLE *table,
HA_CREATE_INFO *info, MRN_SHARE *tmp_share);
Expand Down

0 comments on commit b6de073

Please sign in to comment.