This change allows for MySQL stored procedures and stored functions to be used in sql scripts. It just recognizes "create procedure" and "create function" statements as the beginning of stored procedure and function statements so that the entire statement is sent over the wire as one full statement, not delimited by semi-colons.
This change allows for MySQL stored procedures and stored functions to be used in sql scripts. It just recognizes "create procedure" and "create function" statements as the beginning of stored procedure and function statements so that the entire statement is sent over the wire as one full statement, not delimited by semi-colons.