Hello community, I have a problem.
When I do a query to call a stored procedure, node-red stops and I get the following information. I mounted node-red on another pc, I did the installation of the mysql node and I tested with a simple SELECT type query and there are no problems, but when I make a query to call a stored procedure, node-red stops, it is important to comment that with the version 1.2 of node-red and the previous one of the mysql node this problem did not occur. Greetings.
Test flow
[{"id":"2c90e6ab.f63112","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"c0da3d58.435548","type":"mysql","z":"2c90e6ab.f63112","mydb":"f0d52b31.059408","name":"","x":340,"y":180,"wires":[["538cb092.52b6b8"]]},{"id":"dd745132.c4f4","type":"inject","z":"2c90e6ab.f63112","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":180,"y":100,"wires":[["b94af6f6.2ca0e8"]]},{"id":"b94af6f6.2ca0e8","type":"function","z":"2c90e6ab.f63112","name":"","func":"msg.topic=\"CALL `OEE_PROD` ('2020-10-01','2021-05-04',false,'none');\";\n//msg.topic=\"SELECT * FROM `OEE` LIMIT 20;\";\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":330,"y":100,"wires":[["55e5851.a9c9ffc","c0da3d58.435548"]]},{"id":"538cb092.52b6b8","type":"debug","z":"2c90e6ab.f63112","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":490,"y":180,"wires":[]},{"id":"55e5851.a9c9ffc","type":"debug","z":"2c90e6ab.f63112","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":520,"y":100,"wires":[]},{"id":"f0d52b31.059408","type":"MySQLdatabase","name":"iotmysql","host":"192.168.1.121","port":"3306","db":"IOTDimatra","tz":"","charset":"UTF8"}]