Details
-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Fix Version/s: 10.2
-
Component/s: None
-
Labels:None
Description
Derived from the "EXPLAIN query" "TOKENIZE query" print a resultset like
TOKEN | TOKEN_TYPE select | T_SQL c1 | T_COLUMN from | T_SQL t1 | T_TABLE where | T_SQL c2 | T_COLUMN = | T_SQL 3 | T_CONST
Gliffy Diagrams
Attachments
Issue Links
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
The question is whether the server should be used to do it. MaxScale has a similar feature where it uses MariaDB's parser to parse the query and then replaces constants with '?'.