My Project
Public Member Functions
Server_runnable Class Reference

#include <sql_prepare.h>

Inheritance diagram for Server_runnable:
Execute_sql_statement

List of all members.

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines