Additional Inherited Members |
static void * | operator new (size_t size) throw () |
static void * | operator new[] (size_t size) throw () |
static void * | operator new[] (size_t size, MEM_ROOT *mem_root) throw () |
static void * | operator new (size_t size, MEM_ROOT *mem_root) throw () |
static void | operator delete (void *ptr, size_t size) |
static void | operator delete (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, size_t size) |
bool | m_marked |
uint | m_ip |
| Instruction pointer.
|
sp_pcontext * | m_parsing_ctx |
| Instruction parsing context.
|
Detailed Description
Definition at line 1107 of file sp_instr.h.
Member Function Documentation
bool sp_instr_hpop::execute |
( |
THD * |
thd, |
|
|
uint * |
nextp |
|
) |
| |
|
virtual |
Execute this instruction
- Parameters
-
| thd | Thread context |
[out] | nextp | index of the next instruction to execute. (For most instructions this will be the instruction following this one). Note that this parameter is undefined in case of errors, use get_cont_dest() to find the continuation instruction for CONTINUE error handlers. |
- Returns
- Error status.
Implements sp_instr.
Definition at line 1354 of file sp_instr.cc.
The documentation for this class was generated from the following files: