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

アーカイブの一覧に戻る

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


Kouhei Sutou	2011-06-18 11:37:47 +0000 (Sat, 18 Jun 2011)

  New Revision: 43f7100a0b681259409b456fe0b08fc10124a03f

  Log:
    rid -> record_id.

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -1)
===================================================================
--- ha_mroonga.h    2011-06-18 11:37:27 +0000 (b440c76)
+++ ha_mroonga.h    2011-06-18 11:37:47 +0000 (8516752)
@@ -54,7 +54,7 @@ struct st_mrn_ft_info
 
 struct st_mrn_slot_data
 {
-  grn_id last_insert_rid;
+  grn_id last_insert_record_id;
 };
 
 /* handler class */




Groonga-mysql-commit メーリングリストの案内
アーカイブの一覧に戻る