[Senna-dev 265] delete後にERROR 1030 (HY000): Got error 134 from storage engine発生

Back to archive index

Katsuya Utada utada****@themi*****
2006年 9月 7日 (木) 18:43:02 JST


本日加入しました うただと申します

Sennaインデックスのある1万レコード程度のテーブルに対して
大量にinsertとdeleteを繰り替えすと、その後select時に
ERROR 1030 (HY000): Got error 134 from storage engine
エラーが発生してしまい、悩んでいます。

mysql> select * from bsm where match(body) against('東');
ERROR 1030 (HY000): Got error 134 from storage engine
mysql> select * from bsm where match(body) against('東京');
ERROR 1030 (HY000): Got error 134 from storage engine
mysql> select * from bsm where match(body) against('東京都在住');
Empty set (0.00 sec)
mysql> select count(*) from bsm where match(body) against('東京都在住');
+----------+
| count(*) |
+----------+
|        2 | 
+----------+
1 row in set (0.00 sec)

countなら返るようなのですが、基本deleteしてはいけないもの
なのでしょうか・・
ちなみに該当のsenna.logは下記のようになっております。
09/07:17:59:16.506046| sen_index_sel > (東) 
09/07:17:59:16.506110| n=1 (東) 
09/07:17:59:16.506140| exact: 33 
09/07:17:59:16.506147| hits=33 
09/07:17:59:16.506173| ft_nlq_reinit_search(0x1aede80) 
09/07:17:59:16.506192| my_errno=127 pos=% in ft_nlq_read_next() 
09/07:17:59:16.506204| my_errno=127 pos=% in ft_nlq_read_next() 
09/07:17:59:16.506213| my_errno=127 pos=% in ft_nlq_read_next() 
09/07:17:59:16.506230| my_errno=127 pos=% in ft_nlq_read_next() 
09/07:17:59:16.506239| my_errno=134 pos=% in ft_nlq_read_next() 
09/07:17:59:16.506268| ft_nlq_close_search(0x1aede80) 
09/07:17:59:16.506275| curr_rec: 999:1 

09/07:17:56:49.867482| sen_index_sel > (東京都在住) 
09/07:17:56:49.867541| n=3 (東京都在住) 
09/07:17:56:49.867581| exact: 2 
09/07:17:56:49.867588| hits=2 
09/07:17:56:49.867612| ft_nlq_reinit_search(0x1aede80) 
09/07:17:56:49.867628| my_errno=127 pos=% in ft_nlq_read_next() 
09/07:17:56:49.867638| my_errno=127 pos=% in ft_nlq_read_next() 
09/07:17:56:49.867659| ft_nlq_close_search(0x1aede80) 

Rev235+MySQL5.0.24a+mecab0.93(CentOS4.3)で
試しまた。
既知のものでしたら、すいません。

---
Katsuya Utada <utada****@themi*****>




Senna-dev メーリングリストの案内
Back to archive index