• sunny's avatar
    branches/zip: Simplify the autoinc initialization code. This removes the · 47db86be
    sunny authored
    non-determinism related to reading the table's autoinc value for the first
    time. This change has also reduced the sizeof dict_table_t by sizeof(ibool)
    bytes because we don't need the dict_table_t::autoinc_inited field anymore.
    
    This also fixes Bug#39830 Table autoinc value not updated on first insert.
    rb://16
    47db86be
ha_innodb.h 9.45 KB