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

Function push_string

sql/sql_explain.cc:375–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373
374
375static void push_string(THD *thd, List<Item> *item_list, String *str)
376{
377 item_list->push_back(new (thd->mem_root)
378 Item_string_sys(thd, str->ptr(), str->length()),
379 thd->mem_root);
380}
381
382static void push_string_list(THD *thd, List<Item> *item_list,
383 String_list &lines, String *buf)

Callers 2

push_string_listFunction · 0.85
print_explainMethod · 0.85

Calls 3

push_backMethod · 0.45
ptrMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected