[Groonga-mysql-commit] mroonga/mroonga [master] fix ref_length for storage mode. refs #1321

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 4日 (水) 00:52:30 JST


Kentoku	2012-04-04 00:52:30 +0900 (Wed, 04 Apr 2012)

  New Revision: 1d3e9bf50ccaaf7fea4ad958235991c3c329ebc4

  Log:
    fix ref_length for storage mode. refs #1321

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2012-03-29 18:39:16 +0900 (29d23de)
+++ ha_mroonga.cc    2012-04-04 00:52:30 +0900 (f8b3610)
@@ -3247,7 +3247,7 @@ int ha_mroonga::storage_open(const char *name, int mode, uint test_if_locked)
     DBUG_RETURN(error);
   }
 
-  ref_length = sizeof(my_off_t);
+  ref_length = sizeof(grn_id);
   DBUG_RETURN(0);
 }
 




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