Support compund statements in MariaDB
In MariaDB (as of 10.1.1), compound statements are allowed outside of stored procedures - see https://mariadb.com/kb/en/library/using-compound-statements-outside-of-stored-programs/.
9
votes
Ben Gilbert
shared this idea
-
Ben Gilbert commented
to elaborate - mariadb will allow `begin not atomic...`,if or loop statements, and a few other compound statements outside of an actual procedure. However, in dbForge, it returns an error in the syntax near ''. I know these are possible as I previously used them successfully in other software like heidiSQL