• Aakanksha Verma's avatar
    Bug #19811005 ALTER TABLE ADD INDEX DOES NOT UPDATE INDEX_LENGTH IN I_S TABLES · 3ae21984
    Aakanksha Verma authored
    PROBLEM
     =======
    An add index doesn't update index length stats in information schema
    TABLES table.
    
    FIX
     ===
    Update the dict_table_t variable with index length stats that is
    actually calculated post alter . As this variable is used to populated
    the information schema index length statistics.
    
    Reviewed by: Bin su<bin.x.su@oracle.com>
    RB: 21277
    3ae21984
dict0stats.cc 129 KB