• marko's avatar
    ha_innobase::innobase_read_and_init_auto_inc(): Remember and restore · c087e527
    marko authored
    prebuilt->sql_stat_start.  In an ALTER TABLE statement in the innodb_gis
    test, an ut_ad() assertion failed, because no IX lock had been acquired
    on the table, because prebuilt->sql_stat_start was inadvertently reset
    to FALSE, by this function.  This function was called via
    ha_innobase::info() and mysql_prepare_alter_table().
    c087e527
ha_innodb.cc 227 KB