• Igor Babaev's avatar
    Fixed LP bug #707555. · a624f99e
    Igor Babaev authored
    The bug was in the code of the patch fixing bug 698882.
    With improper casting the method store_key_field::change_source_field
    was called for the elements of the array TABLE_REF::key_copy that
    were either of a different type or not allocated at all. This caused
    crashes in some queries. 
    a624f99e
sql_select.cc 639 KB