mirror of https://github.com/MariaDB/server
Browse Source
Whenever one copies an IO_CACHE struct, one must remember to call
setup_io_cache, if not, the IO_CACHE's current_pos and end_pos
self-references will point to the previous struct's memory, which
could go out of scope. Commit 9003869390
fixes this problem in a more general fashion by removing the
self-references altogether, but for 5.5 we'll keep the old behaviour.
pull/588/head
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue