DeNA/HandlerSocket-Plugin-for-MySQL

ADD suport to [NOT] LIKE operator

rspadim opened this issue · 1 comments

add support to LIKE operator and NOT LIKE operator

I personally think that this plugin is meant to operate in high performance; Thus, if you are worried about performance you know that searching by strings alone is very demanding. Searching for %xxx% is even more demanding; However, if you get enough backing for this i will publish a PR with your demands.