| 112 | } |
| 113 | |
| 114 | void 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. |
no test coverage detected