Sets Diagnostics-area for the current statement.
| 5210 | |
| 5211 | /// Sets Diagnostics-area for the current statement. |
| 5212 | void set_stmt_da(Diagnostics_area *da) |
| 5213 | { m_stmt_da= da; } |
| 5214 | |
| 5215 | inline CHARSET_INFO *charset() const { return variables.character_set_client; } |
| 5216 | void update_charset(); |
no outgoing calls
no test coverage detected