• Igor Babaev's avatar
    MDEV-23778 Derived table handler looses data on conversion from HEAP to Aria · 79e32e47
    Igor Babaev authored
    This bug happened when the HEAP temporary table used for the derived table
    created for a derived handler of a remote engine of the federated type
    became full and was converted to an Area table. For this conversion
    the tmp_table_param parameter must be always taken from the select_unit
    object created for the result of the derived table.
    79e32e47
federatedx_create_handlers.result 10.7 KB