• Marko Mäkelä's avatar
    MDEV-16515 InnoDB: Failing assertion: ++retries < 10000 in file · c4eb4bce
    Marko Mäkelä authored
    dict0dict.cc
    
    buf_LRU_drop_page_hash_for_tablespace(): Return whether any adaptive
    hash index entries existed. If yes, the caller should keep retrying to
    drop the adaptive hash index.
    
    row_import_for_mysql(), row_truncate_table_for_mysql(),
    row_drop_table_for_mysql(): Ensure that the adaptive hash index was
    entirely dropped for the table.
    c4eb4bce
buf0lru.cc 72.9 KB