• reggie@linux.site's avatar
    Bug #7403 error "Forcing close of thread 1 user: 'xxx'" · adfa1a25
    reggie@linux.site 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).
    adfa1a25
mysqld.cc 238 KB