MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_checksum

Function my_checksum

mysys/checksum.c:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29*/
30
31ha_checksum my_checksum(ha_checksum crc, const uchar *pos, size_t length)
32{
33 return (ha_checksum)crc32((uint)crc, pos, (uint)length);
34}
35

Callers 1

Calls 1

crc32Function · 0.85

Tested by

no test coverage detected