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

Method copy

sql/sql_string.cc:231–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229
230
231bool Binary_string::copy()
232{
233 if (!alloced)
234 {
235 Alloced_length=0; // Force realloc
236 return realloc(str_length);
237 }
238 return FALSE;
239}
240
241/**
242 Copies the internal buffer from str. If this String has a private heap

Callers 1

print_with_conversionMethod · 0.45

Calls 1

copy_and_convertFunction · 0.85

Tested by

no test coverage detected