Skip to content

Strike A Match Mysql UDF library based on string matching algorithm by Simon White of Catalysoft

Notifications You must be signed in to change notification settings

john-e/mysql-strike-a-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Mysql - Strike a Match

Strike A Match Mysql UDF library based on string matching algorithm by Simon White of Catalysoft.

http://www.catalysoft.com/articles/StrikeAMatch.html

###Steps

compile it:

gcc -std=c++0x -fPIC -shared -o libstrike_a_match.so strike_a_match.cc

copy the libstrike_a_match.so to the mysql's plugin directory

cp libstrike_a_match.so /usr/lib/mysql/plugin/

Log into mysql client and run

mysql> CREATE FUNCTION strike_a_match RETURNS REAL SONAME 'libstrike_a_match.so';

Credits: @injecto

About

Strike A Match Mysql UDF library based on string matching algorithm by Simon White of Catalysoft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages