Search the MySQL manual:

12.2 Adding New Functions to MySQL

There are two ways to add new functions to MySQL:

Each method has advantages and disadvantages:

Whichever method you use to add new functions, they may be used just like native functions such as ABS() or SOUNDEX().

Subsections

User Comments

Posted by Flame on Monday July 1 2002, @4:07pm[Delete] [Edit]

So, what does 'SONAME' do?

Posted by HeartIcy on Friday May 23 2003, @12:54am[Delete] [Edit]

In Windows SONAME as a DLL files and In *Nix as a SO files.

Add your own comment.