MySQL user-defined variables are used to pass values from one statement to another. They are connection specific. Values cannot be created by one client and used by another client. The variables are ...
To add a bit of context here, the test was part of a patch that only added support for transpiling Alter expressions to MySQL. The reason this still parses as a Command is that we simply didn't add ...