Description:
Please note that when I'm saying PROCEDURE, I don't mean STORED PROCEDURES; I mean PROCEDUREs such as ANALYSE(). The terminology is a bit confusing.
PROCEDUREs are used rarely, but I think they are a great feature. If you implement a plugin interface for PROCEDUREs, we will have the following advantages:
* Installing a PROCEDURE will be easier
* We will be able to get a list of existing PROCEDUREs and information about them (via INFORMATION_SCHEMA)
* If one writes a new PROCEDURE, he will be encouraged to share it with other users
* When you implement external languages, maybe you could make it possible to write procedures in such languages (Java would be great)
* This feature would add consistency to the server
How to repeat:
.