| 2049 | @retval false sql_mode has not strict mode (all or trans). |
| 2050 | */ |
| 2051 | extern "C" bool thd_is_strict_mode(const MYSQL_THD thd) |
| 2052 | { |
| 2053 | return thd->is_strict_mode(); |
| 2054 | } |
| 2055 | |
| 2056 | |
| 2057 | void THD::clear_slow_extended() |
nothing calls this directly
no test coverage detected