mirror of https://github.com/MariaDB/server
Browse Source
MyISAM did copy of key statistics incorrectly, which may cause
server crash or incorrect cardinality values. This may happen only on
platforms where size of long differs from size of pointer.
To determine number of bytes to be copied from array of ulong,
MyISAM mistakenly used sizoef(pointer) instead of sizeof(ulong).
pull/47/merge
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue