Skip to content
  • Jon Olav Hauglid's avatar
    d4a8e09d
    Bug#21286221: DEBUG SERVER CRASHES ON RESET SLAVE WITH · d4a8e09d
    Jon Olav Hauglid authored
                  LOCKED VERSION TOKEN
    
    The problem was that RESET/FLUSH statements could trigger a debug
    assert if the current connection had acquired any locking
    service locks. This had no consequences for release builds.
    
    This patch fixes the problem by adjusting the assert so
    that it takes the possibility of locking service locks
    into account - similar to what it already did for user level
    locks.
    d4a8e09d
    Bug#21286221: DEBUG SERVER CRASHES ON RESET SLAVE WITH
    Jon Olav Hauglid authored
                  LOCKED VERSION TOKEN
    
    The problem was that RESET/FLUSH statements could trigger a debug
    assert if the current connection had acquired any locking
    service locks. This had no consequences for release builds.
    
    This patch fixes the problem by adjusting the assert so
    that it takes the possibility of locking service locks
    into account - similar to what it already did for user level
    locks.
Loading