Skip to content
  • Lukasz Kotula's avatar
    4d5ad708
    Bug#31988537 - X PLUGIN CAN'T DISTINGUISH KILLED SESSION AND KILLED QUERY · 4d5ad708
    Lukasz Kotula authored
    Description
    ===========
    Killing a query that builds-up a "resultset", also drops the connection.
    The problem occurs when X Plugin checks server session status while doing a query,
    where server aggregates all types of "KILL" to a boolean value "true/false".
    
    Fix
    ===
    Check if query was killed on "THD" level, instead on "SRV_SESSION"
    
    RB: 25224
    Reviewed by: Grzegorz Szwarc <grzegorz.szwarc@oracle.com>
    4d5ad708
    Bug#31988537 - X PLUGIN CAN'T DISTINGUISH KILLED SESSION AND KILLED QUERY
    Lukasz Kotula authored
    Description
    ===========
    Killing a query that builds-up a "resultset", also drops the connection.
    The problem occurs when X Plugin checks server session status while doing a query,
    where server aggregates all types of "KILL" to a boolean value "true/false".
    
    Fix
    ===
    Check if query was killed on "THD" level, instead on "SRV_SESSION"
    
    RB: 25224
    Reviewed by: Grzegorz Szwarc <grzegorz.szwarc@oracle.com>
Loading