DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) adding-procedures

Info Catalog (mysql.info) adding-functions (mysql.info) extending-mysql
 
 24.3 Adding New Procedures to MySQL
 ===================================
 

Menu

 
* procedure-analyse            Procedure Analyse
* writing-a-procedure          Writing a Procedure
 
 In MySQL, you can define a procedure in C++ that can access and modify
 the data in a query before it is sent to the client. The modification
 can be done on a row-by-row or `GROUP BY' level.
 
 We have created an example procedure to show you what can be done.
 
 Additionally, we recommend that you take a look at `mylua'. With this
 you can use the LUA language to load a procedure at runtime into
 `mysqld'.
 
Info Catalog (mysql.info) adding-functions (mysql.info) extending-mysql
automatically generated byinfo2html