Search before asking
Version
master
What's Wrong?
MySQL [(none)]> show variables where Variable_name = "wait_timeout";
Empty set (0.01 sec)
What You Expected?
MySQL [(none)]> show variables where Variable_name = "wait_timeout";
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| wait_timeout | 28800 |
+---------------+-------+
1 row in set (0.02 sec)
How to Reproduce?
execute showVariablesStmt with where expression
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct