MCPcopy Create free account
hub / github.com/MariaDB/server / set_stmt_da

Method set_stmt_da

sql/sql_class.h:5212–5213  ·  view source on GitHub ↗

Sets Diagnostics-area for the current statement.

Source from the content-addressed store, hash-verified

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();

Callers 5

abort_result_setMethod · 0.80
executeMethod · 0.80
handle_alter_part_errorFunction · 0.80
mysql_stmt_get_longdataFunction · 0.80
execute_directMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected