[Tritonn-commit 89] [svn] [101] changed variable type of MI_KEYDEF to apply new signature of sen_index_info .

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2008年 2月 8日 (金) 19:30:15 JST


Revision: 101
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=tritonn&view=rev&rev=101
Author:   mir
Date:     2008-02-08 19:30:15 +0900 (Fri, 08 Feb 2008)

Log Message:
-----------
changed variable type of MI_KEYDEF to apply new signature of sen_index_info.

Note! this is incompatible change with senna-1.1.0 and prior. 
senna-1.1.1 or later must be used with. 

Modified Paths:
--------------
    tags/tritonn-1.0.9-mysql-5.0.51a/include/myisam.h

Modified: tags/tritonn-1.0.9-mysql-5.0.51a/include/myisam.h
===================================================================
--- tags/tritonn-1.0.9-mysql-5.0.51a/include/myisam.h	2008-02-05 08:39:57 UTC (rev 100)
+++ tags/tritonn-1.0.9-mysql-5.0.51a/include/myisam.h	2008-02-08 10:30:15 UTC (rev 101)
@@ -211,8 +211,8 @@
   uint senna_keys_file_size;
   uint senna_lexicon_size;
   uint senna_lexicon_file_size;
-  uint senna_inv_seg_size;
-  uint senna_inv_chunk_size;
+  ulonglong senna_inv_seg_size;
+  ulonglong senna_inv_chunk_size;
   sen_index *senna;
   sen_encoding senna_encoding;
 #endif /* ENABLE_SENNA */




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