diff options
author | Igor Babaev <igor@askmonty.org> | 2011-02-04 19:06:35 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2011-02-04 19:06:35 -0800 |
commit | 4b24105df8c53ad1d432d7033b3e606ae4c24196 (patch) | |
tree | a6d5f824e078e83ed3eb61f1581591a2d271bebf /storage | |
parent | 7e206872128d891fffa5238c093c8d6506da8dbb (diff) | |
download | mariadb-git-4b24105df8c53ad1d432d7033b3e606ae4c24196.tar.gz |
Introduced optimizer switch flag 'optimize_join_buffer_size'.
When this flag is 'off' the size of the used join buffer
is taken directly from the system variable 'join_buffer_size'.
When this flag is 'on' then the size of the buffer depends
on the estimated number of rows in the partial join whose
records are to be stored in the buffer.
By default this flag is set 'on'.
Diffstat (limited to 'storage')
0 files changed, 0 insertions, 0 deletions