Hi!
i try to make some procedure and i got Error 1414,
Code that i executed is below:
****************************************************
mysql> drop procedure sp_inout;
Query OK, 0 rows affected (0.13 sec)
mysql> create procedure sp_inout(INOUT P INT) SET @x=P*2;
Query OK, 0 rows affected...