Impossibile replicare. Ha funzionato bene per me:
mysql> CALL my_sqrt(4, @out_value);
Query OK, 0 rows affected (0.00 sec)
mysql> SELECT @out_value;
+------------+
| @out_value |
+------------+
| 2 |
+------------+
1 row in set (0.00 sec)
Forse dovresti incollare l'intero messaggio di errore invece di riassumerlo.