-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variable references like @@GLOBAL.sql_mode cause syntax errors #104
Comments
Plan: Follow up with a PR containing a failing test and then work on a fix. |
Some notes from @adamziel:
(from this GH comment) Random thought: If so, we'd need to be careful not to override values assigned via SET. |
Notes about
|
The purpose of this PR is to avoid errors when selecting MySQL system variables. Fixes #104. Related to: WordPress/wordpress-playground#1272 - "UpdraftPlus plugins doesn't fully work in Playground."
An example query is:
Within WordPress Playground this is leading to an error message like:
Related to WordPress/wordpress-playground#1272
The text was updated successfully, but these errors were encountered: