Skip to content
  • Davi Arnaut's avatar
    bfa198c2
    Bug#33899: Deadlock in mysql_real_query with shared memory connections · bfa198c2
    Davi Arnaut authored
    The problem is that the read and write methods of the shared
    memory transport (protocol) didn't react to asynchronous close
    events, which could lead to a lock up as the client would wait
    (until time out) for a server response that will never come.
    
    The solution is to also wait for close events while waiting
    for I/O from or to the server.
    bfa198c2
    Bug#33899: Deadlock in mysql_real_query with shared memory connections
    Davi Arnaut authored
    The problem is that the read and write methods of the shared
    memory transport (protocol) didn't react to asynchronous close
    events, which could lead to a lock up as the client would wait
    (until time out) for a server response that will never come.
    
    The solution is to also wait for close events while waiting
    for I/O from or to the server.
Loading