Skip to content
  • Ajo Robert's avatar
    e5f8687c
    Bug#23103937 PS_TRUNCATE_ALL_TABLES() DOES NOT WORK IN · e5f8687c
    Ajo Robert authored
                  SUPER_READ_ONLY MODE
    
    Analysis
    =========
    Update on performance_schema is not allowed when read_only
    is set. Same for super user on super_read_only mode is set.
    
    Checking for read_only does not have the logic to skip
    performance_schema tables.
    
    Fix:
    =======
    Added code to skip performance_schema tables while checking
    for read_only/super_read_only options.
    e5f8687c
    Bug#23103937 PS_TRUNCATE_ALL_TABLES() DOES NOT WORK IN
    Ajo Robert authored
                  SUPER_READ_ONLY MODE
    
    Analysis
    =========
    Update on performance_schema is not allowed when read_only
    is set. Same for super user on super_read_only mode is set.
    
    Checking for read_only does not have the logic to skip
    performance_schema tables.
    
    Fix:
    =======
    Added code to skip performance_schema tables while checking
    for read_only/super_read_only options.
Loading