-
Committer:
Igor Babaev
-
Date:
2012-09-30 05:44:13 UTC
-
Revision ID:
igor@askmonty.org-20120930054413-dctiy92utxev623y
Fixed LP bug #1058071 (mdev-564).
In some rare cases when the value of the system variable join_buffer_size
was set to a number less than 256 the function JOIN_CACHE::set_constants
determined the size of an offset in the join buffer equal to 1 though
the minimal join buffer required more than 256 bytes. This could cause
a crash of the server when records from the join buffer were read.