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

Back to archive index

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


Revision: 102
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=tritonn&view=rev&rev=102
Author:   mir
Date:     2008-02-08 19:30:39 +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.1.0-mysql-5.0.51a/include/myisam.h

Modified: tags/tritonn-1.1.0-mysql-5.0.51a/include/myisam.h
===================================================================
--- tags/tritonn-1.1.0-mysql-5.0.51a/include/myisam.h	2008-02-08 10:30:15 UTC (rev 101)
+++ tags/tritonn-1.1.0-mysql-5.0.51a/include/myisam.h	2008-02-08 10:30:39 UTC (rev 102)
@@ -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 メーリングリストの案内
Back to archive index