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

Function lex_string_set

include/m_string.h:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216typedef struct st_mysql_const_unsigned_lex_string LEX_CUSTRING;
217
218static inline void lex_string_set(LEX_CSTRING *lex_str, const char *c_str)
219{
220 lex_str->str= c_str;
221 lex_str->length= strlen(c_str);
222}
223
224/**
225 Copies a string.

Callers 15

send_eofMethod · 0.85
save_original_namesMethod · 0.85
write_log_replace_frmFunction · 0.85
set_item_list_namesMethod · 0.85
mysql_rm_table_no_locksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected