MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / thd_is_strict_mode

Function thd_is_strict_mode

sql/sql_class.cc:2051–2054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

is_strict_modeMethod · 0.80

Tested by

no test coverage detected