Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-02-02 08:30
1.2526

Este comunicado se ha fusionado con el código del repositorio MySQL 6.0, con cambios en el código necesario para permitir que el código funcione correctamente.
Tags: Minor bugfixes
This release has been merged with code from the MySQL 6.0 repository, with necessary code changes to allow code to function properly.

2008-01-08 19:51
1.2761

La construcción del plugin psm_perl ha sido modificado para que se compilará con Perl 5.8.8, como se incluye con Mac OS 10.5 Leopard, que ya está construido con el apoyo hilo. La base de código se ha renovado con el actual repositorio de MySQL 6.0.
Tags: Minor feature enhancements
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.

2007-12-19 17:32
1.2753

Los cambios importantes en conceptos internos de MySQL se hace necesario reescribir parte del código de modo que la fuente no se aparta de el árbol principal.
Tags: Code cleanup
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.

2007-12-12 19:15
1.2750

Se fusionó con el actual repositorio de MySQL 6.0. Una acumulación Error en SQL / sql_yacc.yy se ha solucionado.
Tags: Code cleanup
Merged with the current MySQL 6.0 repository. A build failure in sql/sql_yacc.yy has been fixed.

2007-12-03 19:16
1.2712

El código se fusionó con el actual repositorio de MySQL 6.0.
Tags: Initial freshmeat announcement
The code was merged with the current MySQL 6.0
repository.

Project Resources