I’ve been experimenting with the mysqlsh
since
installing it last week. It’s been interesting. Overall, I’m
totally impressed but I did find a problem with how it parses
stored procedures.
First thought is always, is it my code? I checked the file by
running it as a script file through MySQL Workbench. It ran
perfectly in MySQL Workbench but failed repeatedly when run from
the mysqlsh
utility. Next step, reduce the code to a
small test case, retest it, and log a
bug if it is replicated. My test case in a
test.sql
file generates the following errors when
run from the mysqlsh
utility:
MySQL localhost:33060+ ssl studentdb SQL > source test.sql Query OK, 0 rows affected (0.0003 sec) ERROR: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the …[Read more]