bi-gram mysql 5.7
Status: Beta
Brought to you by:
hiroaki-kawai
I tried this plugin with mysql 5.7 because they noted that FTS parser plugins could also be applied to InnoDB-Tables, which is very interesting for us. But I first failed by compiling the plugin because of changed my_alloc.c and my_realloc.c-Files. Seems to be that their constructors now needs a further attribute ("PSI_memory_key key"). I was looking through other files using these functions and found a propper (for me and my poor knowledge ;)) parameter "key_memory_max_alloca" from my_sys.h.
After including this para I was running into another failure message while installing the plugin:
Any clues about how to fix this error?