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

Method change_env

sql/table.cc:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void Default_object_creation_ctx::change_env(THD *thd) const
115{
116 thd->variables.character_set_client= m_client_cs;
117 thd->variables.collation_connection= m_connection_cl;
118
119 thd->update_charset();
120}
121
122/**************************************************************************
123 View_creation_ctx implementation.

Callers 1

restore_envMethod · 0.45

Calls 1

update_charsetMethod · 0.80

Tested by

no test coverage detected