Comments - Using Compound Statements Outside of Stored Programs

1 year ago Sergei Golubchik

The syntax BEGIN NOT ATOMIC kind of implies that it's not treated as an atomic statement. Other compound statements, like IF don't say "not atomic" explicitly, but they are also not atomic. For an atomic compound statement one has to use BEGIN ATOMIC, which is not supported as of now.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.