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

Function cmp_lex_string_limit

sql/opt_hints.cc:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89int cmp_lex_string_limit(const LEX_CSTRING &s, const LEX_CSTRING &t,
90 const CHARSET_INFO *cs, size_t chars_limit)
91{
92 return cs->coll->strnncollsp(cs, (const uchar*)s.str, chars_limit,
93 (const uchar*)t.str, chars_limit);
94}
95
96/*
97 This is a version of push_warning_printf() guaranteeing no escalation of

Callers 1

resolveMethod · 0.85

Calls 1

strnncollspMethod · 0.80

Tested by

no test coverage detected