MySQL 9.1.0
Source Code Documentation
|
Execute a fragment of server code in an isolated context, so that it doesn't leave any effect on THD. More...
#include <statement_runnable.h>
Public Member Functions | |
virtual bool | execute_server_code (THD *thd)=0 |
virtual | ~Server_runnable () |
Execute a fragment of server code in an isolated context, so that it doesn't leave any effect on THD.
THD must have no open tables. The code must not leave any open tables around. The result of execution (if any) is stored in Ed_result.
|
virtualdefault |
|
pure virtual |
Implemented in Statement_runnable.