There are two ways to add new functions to MySQL:
CREATE FUNCTION
and DROP FUNCTION
statements.
See section 12.2.1 CREATE FUNCTION/DROP FUNCTION
Syntax.
mysqld
server and become
available on a permanent basis.
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()
.
CREATE FUNCTION/DROP FUNCTION
SyntaxPosted 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.