diff options
author | unknown <guilhem@gbichot4.local> | 2008-04-02 18:37:01 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot4.local> | 2008-04-02 18:37:01 +0200 |
commit | 50808b211527a165386b771c6f13d3ca7ba29f1a (patch) | |
tree | 12bc0d2daa49555ab76920346559c3a50e259bec /netware | |
parent | 3651e3285d11c42a77e332009155b96132e5ba6e (diff) | |
download | mariadb-git-50808b211527a165386b771c6f13d3ca7ba29f1a.tar.gz |
Fix for BUG#35570 "CHECKSUM TABLE unreliable if LINESTRING field (same content / differen checksum)"
This will be back-ported to 5.x trees but the work for R-tree logging critically needs this patch in Maria now.
mysql-test/r/myisam.result:
checksums are identical; without the code fix they were all different
mysql-test/t/myisam.test:
test that same tables give same checksums
sql/sql_table.cc:
Type GEOMETRY is implemented on top of type BLOB, so, just like for BLOB, its 'field' contains pointers
which it does not make sense to include in the checksum; it rather has to be converted to a string and
then we can compute the checksum.
Diffstat (limited to 'netware')
0 files changed, 0 insertions, 0 deletions