• Igor Babaev's avatar
    Fixed bug mdev-449. · d07b179f
    Igor Babaev authored
    The bug could caused a crash when the server executed a query with
    ORDER by and sort_buffer_size was set to a small enough number.
    It happened because the small sort buffer did not allow to allocate
    all merge buffers in it.
    Made sure that the allocated sort buffer would be big enough
    to contain all possible merge buffers.  
    d07b179f
order_by.result 51.6 KB