Skip to content
  • Christopher Powers's avatar
    a900a056
    Bug#28291258 FLUSH STATUS ADDS TWICE TO GLOBAL VALUES · a900a056
    Christopher Powers authored
    During FLUSH STATUS, the Performance Schema unnecessarily aggregates
    session status to global status, causing double counts for NO_FLUSH
    status variables.
    
    To avoid this, the class PFS_host no longer aggregates to
    global_status_vars for status reset operations such as FLUSH STATUS.
    a900a056
    Bug#28291258 FLUSH STATUS ADDS TWICE TO GLOBAL VALUES
    Christopher Powers authored
    During FLUSH STATUS, the Performance Schema unnecessarily aggregates
    session status to global status, causing double counts for NO_FLUSH
    status variables.
    
    To avoid this, the class PFS_host no longer aggregates to
    global_status_vars for status reset operations such as FLUSH STATUS.
Loading