• Sergey Vojtovich's avatar
    MDEV-4978 - Server cursor is broken with blobs in the select list, · bbc9e579
    Sergey Vojtovich authored
                ORDER BY does not work
    
    Use "dynamic" row format (instead of "block") for MARIA internal
    temporary tables created for cursors.
    
    With "block" row format MARIA may shuffle rows, with "dynamic" row
    format records are inserted sequentially (there are no gaps in data
    file while we fill temporary tables).
    
    This is needed to preserve row order when scanning materialized cursors.
    bbc9e579
sql_select.h 62.6 KB