• Monty's avatar
    MDEV-17665 Assertion `!share and other errors on concurrent Aria operations · 92b5a8bb
    Monty authored
    Fixes also:
    MDEV-22674 Server crash in compare_bin ... restore_table_state_after_repair
    
    The bug was that the 'can_enable_index' variable in MyISAM and Aria was
    not properly set and reset for bulk insert.
    Because of this, insert...select was trying to recreate indexes while
    another thread was using it, causing crashes in page cache.
    92b5a8bb
alter.test 4.8 KB