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

Method strmake_lex_cstring

sql/sql_class.h:1404–1407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402 return {tmp, length};
1403 }
1404 LEX_CSTRING strmake_lex_cstring(const char *str, size_t length) const
1405 {
1406 return strmake_lex_string(str, length);
1407 }
1408 LEX_CSTRING strmake_lex_cstring(const LEX_CSTRING &from) const
1409 {
1410 return strmake_lex_cstring(from.str, from.length);

Callers 5

mysql_rm_table_no_locksFunction · 0.80
make_internal_field_nameFunction · 0.80
period_get_conditionFunction · 0.80
sp_exist_routinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected