My Project
|
Public Member Functions | |
Execute_sql_statement (LEX_STRING sql_text) | |
virtual bool | execute_server_code (THD *thd) |
Execute one SQL statement in an isolated context.
bool Execute_sql_statement::execute_server_code | ( | THD * | thd | ) | [virtual] |
Parse and execute a statement. Does not prepare the query.
Allows to execute a statement from within another statement. The main property of the implementation is that it does not affect the environment -- i.e. you can run many executions without having to cleanup/reset THD in between.
Implements Server_runnable.