Skip to content
  • Joao Gramacho's avatar
    685a0a20
    BUG#27599831 RENAME PERFORMANCE_SCHEMA INSTANCE_LOGS_STATUS TABLE AND · 685a0a20
    Joao Gramacho authored
                 COLUMNS
    
    This fix just renamed instance_log_status resources to align with later
    MySQL server and replication standards:
    
    - instance_log_status P_S table is now named log_status;
    - MASTER field is now named LOCAL;
    - CHANNELS field is now named REPLICATION.
    
    No changes in behavior were introduced by this patch.
    685a0a20
    BUG#27599831 RENAME PERFORMANCE_SCHEMA INSTANCE_LOGS_STATUS TABLE AND
    Joao Gramacho authored
                 COLUMNS
    
    This fix just renamed instance_log_status resources to align with later
    MySQL server and replication standards:
    
    - instance_log_status P_S table is now named log_status;
    - MASTER field is now named LOCAL;
    - CHANNELS field is now named REPLICATION.
    
    No changes in behavior were introduced by this patch.
Loading