Update weak hash.

This commit is contained in:
Nikolai Kochetov 2020-03-23 23:59:36 +03:00
parent 6d63d4bc88
commit c4370886b0

View File

@ -130,7 +130,7 @@ inline UInt32 updateWeakHash32(const DB::UInt8 * pos, size_t size, DB::UInt32 up
__builtin_unreachable();
}
value |= size;
value_ptr[7] = size;
return intHashCRC32(value, updated_value);
}