bi-gram mysql 5.6
Status: Beta
Brought to you by:
hiroaki-kawai
There is a change in mysql API in my_free() function, it accept only 1 arg now.
I chage it in src code and compile it, but plugin do nothig.
Examples from http://iphylo.blogspot.com/2009/10/n-gram-fulltext-indexing-in-mysql.html did not work.
I have tested it on mysql 5.6 and it work like default parser with out bi-gram.
Does your plan is to support MySQL 5.6 with full-text search in innodb engine?
hi, I successfully hacked the code to work with mysql 5.5. see attached archive.