Bug #78733 | CHECKSUM PARTITION | ||
---|---|---|---|
Submitted: | 7 Oct 2015 11:01 | Modified: | 7 Oct 2015 11:03 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Open | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | checksum, partitioning |
[7 Oct 2015 11:01]
Daniël van Eeden
[7 Oct 2015 11:03]
Daniël van Eeden
Work around for a table with 32 partitions: for i in {0..31}; do echo "p${i}"; sudo mysql mydb -BNe "SELECT * FROM mytable1 PARTITION(p${i})" | md5sum; done | tee checksum.txt Then the checksum.txt from source and target can be compared.
[18 Jun 2016 21:28]
Omer Barnir
Posted by developer: Reported version value updated to reflect release name change from 5.8 to 8.0