mysql-5.0.41-tritonn-1.0.2の失敗テストケース

以下が失敗するテストケースで、mysql_client_testを除きすべてfulltext関連。diffで正誤判定されるので、Sennaを使う場合はfulltext実装がまったく代わることになるので、基本的にmatch...againstを使うテストケースは大抵失敗します。まぁ、match...against以外の箇所でdiffにアウトをくらわなければ良い、と考えてます。

blackhole                      [ fail ]
ctype_big5                     [ fail ]
ctype_latin1_de                [ fail ]
fulltext                       [ fail ]
fulltext2                      [ fail ]
fulltext_cache                 [ fail ]
fulltext_distinct              [ fail ]
fulltext_left_join             [ fail ]
fulltext_multi                 [ fail ]
fulltext_order_by              [ fail ]
mysql_client_test              [ fail ]
ps_2myisam                     [ fail ]
sp                             [ fail ]
subselect                      [ fail ]
view                           [ fail ]

なんか、MATCH...AGAINSTを使うテストケースが増えた気がする。mysql_client_testはちょっと特殊なので後で。