Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
const char*
226
Sql_condition::get_message_text() const
227
{
228
return m_message_text.ptr();
229
}
230
231
int
232
Sql_condition::get_message_octet_length() const
Callers
12
val_str
Method · 0.80
print_warnings
Method · 0.80
write
Method · 0.80
wsrep_store_error_da
Function · 0.80
has_sql_condition
Method · 0.80
push_warning
Method · 0.80
mysqld_show_warnings
Function · 0.80
slave_output_error_info
Function · 0.80
raise_condition
Method · 0.80
aggregate_da_errors
Function · 0.80
Sql_condition_info
Method · 0.80
mysql_admin_table
Function · 0.80
Calls
1
ptr
Method · 0.45
Tested by
no test coverage detected