Levenshtein-MySQL-UDF
Levenshtein-MySQL-UDF copied to clipboard
Does not build (MySQL 8 issue maybe?)
This seems like a nice levenshtein plugin to have
I successfully built & installed on my local windows WSL ubuntu 18
However i cannot seem to build it on my online VPS CentOS 7 (cpanel/WHM) with MySQL 8 and mysql-community-devel-8.0.21-1.el7.x86_64
STANDARDis not definedmy_global.handmy_sys.hdo not exist anymore in the mysql includes directorymy_boolis not defined etc. (looks like it's been removed from mysql?)
Any hope to update the header dependencies so it can still build?
Workaround
- Use TrustYard's version
- Comment out
#ifdef HAVE_DLOPEN/#endif /* HAVE_DLOPEN */
Then it successfully built & installed/created those CREATE FUNCTION commands successfully and passed the unittest.sql tests as well
Thanks @kingIZZZY -- if I have time I will consolidate the build instructions.
Just sent pull request for this: https://github.com/juanmirocks/Levenshtein-MySQL-UDF/pull/19