• Karthik Kamath's avatar
    BUG#26529369: CREATE INDEX WITH LONG COMMENT CAUSE · a542209b
    Karthik Kamath authored
                  UNEXPECTED ERROR
    
    ANALYSIS:
    =========
    Creating many indexes with large amount of index
    information causes a server exit.
    
    FIX:
    ====
    A appropriate error is reported when the cumulative index
    information length exceeds the 2 byte range (i.e 65535).
    a542209b
unireg.cc 37.3 KB