diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-05-27 15:34:21 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-05-27 15:34:21 +0500 |
commit | cb07978da9a24244cf71d9be86eeb794088f67c7 (patch) | |
tree | 6e9f81a0f0284469dd98521f14915cac7de9d740 /mysql-test/t/sp-error.test | |
parent | 2b4fcc1dbfaa459eeb5299eb0e372ab461b06278 (diff) | |
download | mariadb-git-cb07978da9a24244cf71d9be86eeb794088f67c7.tar.gz |
Bug#41212 crash after race condition between merge table and table_cache evictions
On 64-bit Windows: querying MERGE table with keys may cause
server crash.The problem is generic and may affect any statement
accessing MERGE table cardinality values.
When MERGE engine was copying cardinality statistics, it was
using incorrect size of element in cardinality statistics array
(sizeof(ptr)==8 instead of sizeof(ulong)==4), causing access
of memory beyond of the allocated bounds.
Diffstat (limited to 'mysql-test/t/sp-error.test')
0 files changed, 0 insertions, 0 deletions