• Marko Mäkelä's avatar
    MDEV-29886 Assertion !index->table->is_temporary() failed in CHECK TABLE · cf96db4f
    Marko Mäkelä authored
    ha_innobase::check(): Do not enable READ UNCOMMITTED isolation level
    for temporary tables, because it would report index count mismatch
    for secondary indexes.
    
    row_check_index(): Ignore EXTENDED for temporary tables, because
    the tables are private to the current connection and there will be
    no purge of committed transaction history.
    cf96db4f
temporary_table.result 26.3 KB