MySQL 9.1.0
Source Code Documentation
|
This is an auxiliary class to store entering instruction pointer for an SQL-handler. More...
Public Member Functions | |
sp_handler_entry (const sp_handler *_handler, uint _first_ip) | |
The constructor. More... | |
Public Attributes | |
const sp_handler * | handler |
Handler definition (from parsing context). More... | |
uint | first_ip |
Instruction pointer to the first instruction. More... | |
This is an auxiliary class to store entering instruction pointer for an SQL-handler.
|
inline |
The constructor.
_handler | sp_handler object. |
_first_ip | first instruction pointer. |
uint sp_rcontext::sp_handler_entry::first_ip |
Instruction pointer to the first instruction.
const sp_handler* sp_rcontext::sp_handler_entry::handler |
Handler definition (from parsing context).