I have created an EER Diagram in MySQL workbench 6.3.10-4. Now I need to add a stored procedure that uses MariaDB 10.2.2 functionality (which has also been released in MySQL 8.0), namely recursive CTE's. However, the syntax checker of MySQL workbench only supports up until MySQL 5.7. Because of this reason, my stored procedure gets named "procedureName_SYNTAX_ERROR" in the EER diagram, and isn't included in forward engineering.
Is there a way to ignore such an syntax error, or any other way to include this stored procedure in the export? It is no option for me to include it manually on every export (due to the many exports me and fellow developers do daily).