Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
22.08.19, 23.02.16, 23.08.12, 24.02.8, 25.01.5, 25.10.1
-
None
-
MXS-SPRINT-251
Description
In a query like SHOW CREATE TABLE `t1`, the table name is collected correctly but the parser doesn't remove the backticks from the internal string representation. This leads to the table being defined as `t1` instead of t1 like it should be. This causes e.g. temporary table detection to not work for queries that quote identifiers with backticks.
Attachments
Issue Links
- relates to
-
MXS-6013 SHOW CREATE TABLE doesn't detect if a temporary table is used
-
- Closed
-