• Karthik Kamath's avatar
    BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROC · 9e1035c6
    Karthik Kamath authored
                  IS DROPPED
    
    ANALYSIS:
    =========
    It is advised not to tamper with the system tables.
    When primary key is dropped from a system table, certain
    operations on the table which tries to access the table key
    information may lead to server exit.
    
    FIX:
    ====
    An appropriate error is now reported in such a case.
    9e1035c6
sql_plugin.cc 114 KB