MySQL 5.6.14 Source Code Document
|
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.
Definition at line 214 of file sql_prepare.cc.
|
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.
Definition at line 3136 of file sql_prepare.cc.