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.
| Tags | Database |
|---|---|
| Licenses | GPL |
| Implementation | C++ SQL Perl Java |
Recent releases


Changes: This release has been merged with code from the MySQL 6.0 repository, with necessary code changes to allow code to function properly.


Changes: The build of the psm_perl plugin has been modified so that it will compile with Perl 5.8.8, as shipped with MacOS 10.5 Leopard, which is already built with thread support. The code base has been refreshed with the current MySQL 6.0 repository.


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.


Changes: Merged with the current MySQL 6.0 repository. A build failure in sql/sql_yacc.yy has been fixed.


Changes: The code was merged with the current MySQL 6.0 repository.