Fix for bug#51304: checksum table gives different results
for same data when using bit fields Problem: checksum for BIT fields may be computed incorrectly in some cases due to its storage peculiarity. Fix: convert a BIT field to a string then calculate its checksum.
Showing
Please register or sign in to comment