| 2055 | |
| 2056 | |
| 2057 | void THD::clear_slow_extended() |
| 2058 | { |
| 2059 | DBUG_ENTER("THD::clear_slow_extended"); |
| 2060 | last_errno= 0; |
| 2061 | DBUG_VOID_RETURN; |
| 2062 | } |
| 2063 | |
| 2064 | void THD::set_statement(Statement *stmt) |
| 2065 | { |
no outgoing calls
no test coverage detected