1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MWL#182: Explain running statements

- Further progress with the code
- Testcases.
This commit is contained in:
Sergey Petrunya
2011-08-24 14:41:13 +04:00
parent 7e66213444
commit 84cb5de047
6 changed files with 107 additions and 13 deletions

View File

@ -1078,6 +1078,7 @@ public:
int reinit();
int init_execution();
void exec();
void exec_inner();
int destroy();
void restore_tmp();
bool alloc_func_list();