External Language Stored Procedures for MySQL 1.2753 (Default branch) |
|
|
Wednesday December 19, 2007. 06:32 PM FreshMeat
External Language Stored Procedures for MySQL is a
patch for MySQL 6.0 to provide support for stored
procedures written in an external languages. Stored procedures are declared in SQL using SQL standards compliant syntax.
Additional stored procedure languages are
implemented as plug-ins to be installed at run
time into the server. Currently, plugins for Java
and Perl are implemented, as well as support for
declaring XML-RPC requests as stored procedures.
License: GNU General Public License (GPL)
Changes:
Significant changes in MySQL server internals made
it necessary to rewrite some of the code so that
the source doesn't diverge from the main tree.
|