• Gleb Shchepa's avatar
    Bug #53450: Crash / assertion "virtual int · 09b6efcc
    Gleb Shchepa authored
                ha_myisam::index_first(uchar*)") at assert.c:81
    
    Single-table DELETE crash/assertion similar to single-table
    UPDATE bug 14272.
    
    Same resolution as for the bug 14272:
    Don't run index scan when we should use quick select.
    This could cause failures because there are table handlers (like federated)
    that support quick select scanning but do not support index scanning.
    09b6efcc
delete.result 9.96 KB