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

Method qs_append

sql/sql_string.cc:763–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763void Binary_string::qs_append(const char *str, size_t len)
764{
765 ASSERT_LENGTH(len);
766 memcpy(Ptr + str_length, str, len + 1);
767 str_length += (uint32)len;
768}
769
770void Binary_string::qs_append(double d)
771{

Callers 15

parse_mysql_scalarFunction · 0.45
table_to_stringFunction · 0.45
unpack_keyMethod · 0.45
printMethod · 0.45
as_wktMethod · 0.45
as_jsonMethod · 0.45
bbox_as_jsonMethod · 0.45
append_pointsMethod · 0.45
append_json_pointFunction · 0.45
append_json_pointsFunction · 0.45
get_data_as_wktMethod · 0.45
get_data_as_jsonMethod · 0.45

Calls 3

my_gcvtFunction · 0.85
int10_to_strFunction · 0.85
longlong10_to_strFunction · 0.85

Tested by

no test coverage detected