Bug #26248 | SELECT `ID` From table produce error. | ||
---|---|---|---|
Submitted: | 10 Feb 2007 1:56 | Modified: | 23 Feb 2007 8:19 |
Reporter: | Sam Wije | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S2 (Serious) |
Version: | 1.2.9 rc | OS: | Windows (Windows XP) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
[10 Feb 2007 1:56]
Sam Wije
[11 Feb 2007 16:17]
MySQL Verification Team
Thank you for the bug report.
[23 Feb 2007 8:19]
Mike Lischke
I cannot repeat the described behavior. I can even mix quoting styles (if ANSI quotes are enabled) like SELECT `Host` FROM `mysql`."db"; and that works well. It might be related to bug #25778 which I already fixed as it has to do with the same parsing code.