MySQL 5.6.14 Source Code Document
|
#include <sql_prepare.h>
Public Member Functions | |
virtual bool | execute_server_code (THD *thd)=0 |
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.
Definition at line 86 of file sql_prepare.h.