• unknown's avatar
    Bug #7403 error "Forcing close of thread 1 user: 'xxx'" · f32c2053
    unknown authored
    The problem was that on Windows, the socket was in a blocking state 
    trying to read.  Setting killed=1 is not enough to break the 
    socket out of it's read loop.   You have to cancel the read request
    or close the socket (which close_connection does).
    
    
    sql/mysqld.cc:
      call close_connection on the thread instead of setting killed=1
    f32c2053
mysqld.cc 238 KB