MySQL 9.1.0
Source Code Documentation
|
The results of an attempt to rewrite a query parse tree. More...
#include <rule.h>
Public Member Functions | |
Rewrite_result () | |
Public Attributes | |
bool | was_rewritten |
Means the query was successfully rewritten, and the new query is available in new_query. More... | |
bool | digest_matched |
Means that at lest one matching digest was found in the hash table. More... | |
std::string | new_query |
If was_rewritten is true, a new query, otherwise an empty string. More... | |
The results of an attempt to rewrite a query parse tree.
|
inline |
bool Rewrite_result::digest_matched |
Means that at lest one matching digest was found in the hash table.
std::string Rewrite_result::new_query |
If was_rewritten is true, a new query, otherwise an empty string.
bool Rewrite_result::was_rewritten |
Means the query was successfully rewritten, and the new query is available in new_query.