[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] rid -> record_id.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:25:34 JST 2012


Kouhei Sutou	2011-06-18 20:37:47 +0900 (Sat, 18 Jun 2011)

  New Revision: 43f7100a0b681259409b456fe0b08fc10124a03f
  https://github.com/mroonga/mroonga/commit/43f7100a0b681259409b456fe0b08fc10124a03f

  Log:
    rid -> record_id.

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -1)
===================================================================
--- ha_mroonga.h    2011-06-18 20:37:27 +0900 (b440c76)
+++ ha_mroonga.h    2011-06-18 20:37:47 +0900 (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 */
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index