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

Method most_important_error_pos

sql/sql_string.h:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 const char *cannot_convert_error_pos() const
63 { return m_cannot_convert_error_pos; }
64 const char *most_important_error_pos() const
65 {
66 return well_formed_error_pos() ? well_formed_error_pos() :
67 cannot_convert_error_pos();
68 }
69 /*
70 Convert a string between character sets.
71 "dstcs" and "srccs" cannot be &my_charset_bin.

Callers 2

send_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected