| 4096 | |
| 4097 | |
| 4098 | bool Execute_sql_statement::execute_server_code(THD *thd) |
| 4099 | { |
| 4100 | return ::execute_server_code(thd, m_sql_text.str, m_sql_text.length); |
| 4101 | } |
| 4102 | |
| 4103 | |
| 4104 | /*************************************************************************** |
no test coverage detected