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

Method get_message_text

sql/sql_error.cc:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225const char*
226Sql_condition::get_message_text() const
227{
228 return m_message_text.ptr();
229}
230
231int
232Sql_condition::get_message_octet_length() const

Callers 12

val_strMethod · 0.80
print_warningsMethod · 0.80
writeMethod · 0.80
wsrep_store_error_daFunction · 0.80
has_sql_conditionMethod · 0.80
push_warningMethod · 0.80
mysqld_show_warningsFunction · 0.80
slave_output_error_infoFunction · 0.80
raise_conditionMethod · 0.80
aggregate_da_errorsFunction · 0.80
Sql_condition_infoMethod · 0.80
mysql_admin_tableFunction · 0.80

Calls 1

ptrMethod · 0.45

Tested by

no test coverage detected