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

Method get_stmt_da

sql/sql_class.h:2462–2463  ·  view source on GitHub ↗

Returns Diagnostics-area for the current statement.

Source from the content-addressed store, hash-verified

2460
2461 /// Returns Diagnostics-area for the current statement.
2462 Diagnostics_area *get_stmt_da()
2463 { return m_stmt_da; }
2464
2465 /// Returns Diagnostics-area for the current statement.
2466 const Diagnostics_area *get_stmt_da() const

Callers 15

hide_view_errorMethod · 0.80
my_okFunction · 0.80
my_eofFunction · 0.80
net_send_errorFunction · 0.80
net_send_okFunction · 0.80
net_send_eofFunction · 0.80
end_statementMethod · 0.80
flushMethod · 0.80
thd_inc_row_countFunction · 0.80
validate_comment_lengthFunction · 0.80
dispatch_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected