myisam/ft_boolean_search.c

include/myisam.hは、

/* This file should be included when using myisam_funktions */    

と書いてあって、myisam系の関数から読めることになっている。

が、しかし、myisam.hに追加したマクロが、myisam/ft_boolean_search.cからは読めなーい。

include/my_base.hは、

/* This file includes constants used with all databases */       

と書いてあって、ここに書いておくとどこも読めることになっている。

ここにマクロを書くと、myisam/ft_boolean_search.cからも読める。

さてどーしましょう。include追加しちゃうか、my_base.hを使うか。