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

Function append_at_host

sql/sql_show.cc:2720–2727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2718
2719
2720static bool append_at_host(THD *thd, String *buffer, const LEX_CSTRING *host)
2721{
2722 if (!host->str || !host->str[0])
2723 return false;
2724 return
2725 buffer->append('@') ||
2726 append_identifier(thd, buffer, host);
2727}
2728
2729
2730/*

Callers 1

append_definerFunction · 0.85

Calls 2

append_identifierFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected