Skip to content

Allows multiple query rewrite #596

Closed
@renecannao

Description

@renecannao

In the current implementation of Query_Processor and mysql_query_rules , a query is rewritten only at the end of the analysis of the rules of mysql_query_rules.
This leads to the fact that a query can only be rewritten once.
To allow multiple rewrites a lot of code needs to changed, because after each re-write we need to recalculate:

  • original query
  • digest

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions