MySQL 9.0.0
Source Code Documentation
Mysql_rewrite_post_parse_param Struct Reference

Structure that is passed during each step of a rewriting. More...

#include <plugin_query_rewrite.h>

Public Attributes

int flags
 Indicate the status of the current rewrite. More...
 
MYSQL_THD thd
 The current session. More...
 
void * data
 Pointer left to the plugin to store any necessary info as needed. More...
 

Detailed Description

Structure that is passed during each step of a rewriting.

Member Data Documentation

◆ data

void* Mysql_rewrite_post_parse_param::data

Pointer left to the plugin to store any necessary info as needed.

◆ flags

int Mysql_rewrite_post_parse_param::flags

Indicate the status of the current rewrite.

See also
FLAG_REWRITE_PLUGIN_QUERY_REWRITTEN
FLAG_REWRITE_PLUGIN_IS_PREPARED_STATEMENT

◆ thd

MYSQL_THD Mysql_rewrite_post_parse_param::thd

The current session.


The documentation for this struct was generated from the following file: