diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2009-11-11 01:10:30 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2009-11-11 01:10:30 +0400 |
commit | c868e89f82ffbaa2ec624e39294a48867da392c8 (patch) | |
tree | 88786b46d2536dff7741947d446380f532dcd91b /win | |
parent | 6388a13230af3b9cfb59287a947f32b977d2538e (diff) | |
download | mariadb-git-c868e89f82ffbaa2ec624e39294a48867da392c8.tar.gz |
Bug #47139 Test "merge" crashes in "embedded" run
In fact this crashes in normal (not embedded) run also.
The problem is in the memory mapping. Handling the ha_myisammrg::extra(MMAP)
the MERGE engine tries to mmap all the tables it unites.
Though some can be empty and then in the mi_dynmap_file()
we call the my_mmap(0). Normally this call returns MAP_FAILED,
but not on FreeBSD. There it returns like a 'normal' value,
and after the consequitive munmap systems gets unstable and
crashes on some system call later.
per-file comments:
storage/myisam/mi_dynrec.c
Bug #47139 Test "merge" crashes in "embedded" run
don't try to mmap zero-length area, just return at once.
Diffstat (limited to 'win')
0 files changed, 0 insertions, 0 deletions