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

Method copy_from_tmp

sql/field.cc:1968–1976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1966
1967
1968void Field::copy_from_tmp(int row_offset)
1969{
1970 memcpy(ptr,ptr+row_offset,pack_length());
1971 if (null_ptr)
1972 {
1973 *null_ptr= (uchar) ((null_ptr[0] & (uchar) ~(uint) null_bit) |
1974 (null_ptr[row_offset] & (uchar) null_bit));
1975 }
1976}
1977
1978
1979bool Field::send(Protocol *protocol)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected