• marko's avatar
    branches/zip: Clean up: do not assign index->id as a special case · 93f57e92
    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.
    93f57e92
row0merge.c 59.2 KB