[Groonga-mysql-commit] mroonga/mroonga [master] row_id -> record_id, rid -> record_id.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 18日 (土) 20:36:54 JST


Kouhei Sutou	2011-06-18 11:36:54 +0000 (Sat, 18 Jun 2011)

  New Revision: b6de073c3c7791560b3e06a4124d04e23c9f3981

  Log:
    row_id -> record_id, rid -> record_id.

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+2 -2)
===================================================================
--- ha_mroonga.h    2011-06-18 11:36:22 +0000 (9c1fef4)
+++ ha_mroonga.h    2011-06-18 11:36:54 +0000 (f150923)
@@ -87,7 +87,7 @@ private:
   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;
@@ -216,7 +216,7 @@ private:
   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);




Groonga-mysql-commit メーリングリストの案内
Back to archive index