MCPcopy Index your code
hub / github.com/Meituan-Dianping/SQLAdvisor / ErrConvString

Method ErrConvString

sql/sql_error.h:534–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 size_t buf_length;
533public:
534 ErrConvString(String *str)
535 {
536 buf_length= err_conv(err_buffer, sizeof(err_buffer), str->ptr(),
537 str->length(), str->charset());
538 }
539
540 ErrConvString(const char *str, const CHARSET_INFO* cs)
541 {

Callers

nothing calls this directly

Calls 6

err_convFunction · 0.85
my_snprintfFunction · 0.85
longlong10_to_strFunction · 0.85
ptrMethod · 0.45
lengthMethod · 0.45
charsetMethod · 0.45

Tested by

no test coverage detected