• marko's avatar
    branches/zip: Clean up: do not assign index->id as a special case · 2c7e2c30
    marko authored
    in fast index creation.  In r1399, we wrote undo log records about
    creating indexes.  The special undo log records were deemed
    unnecessary later, but this special handling was not removed then.
    
    row_merge_create_index(): Do not assign index->id.
    
    dict_build_index_def_step(): Unconditionally assign index->id.
    2c7e2c30
row0merge.c 59.2 KB