Skip to content
  • Marek Szymczak's avatar
    317074bb
    Bug#27164826 'MYSQL.FIREWALL_WHITELIST' TABLE DOES NOT CONTAIN PRIMARY KEY · 317074bb
    Marek Szymczak authored
    Problem
    =======
    firewall_whitelist table could not be replicated due to lack of the primary key in the table.
    
    Fix
    ===
    Primary key cannot be created by using the existing columns in the table. New auto incrementing column
    has been introduced (ID).
    
    Reviewed-by
    ===========
    Georgi Kodinov <georgi.kodinov@oracle.com>
    Harin Vadodaria <harin.vadodaria@oracle.com>
    317074bb
    Bug#27164826 'MYSQL.FIREWALL_WHITELIST' TABLE DOES NOT CONTAIN PRIMARY KEY
    Marek Szymczak authored
    Problem
    =======
    firewall_whitelist table could not be replicated due to lack of the primary key in the table.
    
    Fix
    ===
    Primary key cannot be created by using the existing columns in the table. New auto incrementing column
    has been introduced (ID).
    
    Reviewed-by
    ===========
    Georgi Kodinov <georgi.kodinov@oracle.com>
    Harin Vadodaria <harin.vadodaria@oracle.com>
Loading