• marko's avatar
    branches/zip: Correctly print the names of temporary tables and indexes · ae0ae671
    marko authored
    during fast index creation.
    
    TEMP_TABLE_PREFIX: Move the definition from dict0dict.h to ut0ut.h.
    
    ut_print_namel(): Check if the name starts with TEMP_TABLE_PREFIX.
    
    innobase_rename_table(): Print all names with ut_print_name().
    
    row_prebuilt_free(): Replace assert() with ut_a().
    ae0ae671
ha_innodb.cc 257 KB