MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Server_runnable Class Reference

#include <sql_prepare.h>

Inheritance diagram for Server_runnable:

Public Member Functions

virtual bool execute_server_code (THD *thd)=0

Detailed Description

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.


The documentation for this class was generated from the following files: