1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/sql
unknown f32c2053c0 Bug #7403 error "Forcing close of thread 1 user: 'xxx'"
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
2005-07-14 06:04:29 -06:00
..
2005-07-11 16:51:39 +05:00
2005-06-20 10:49:04 -07:00
2005-06-27 20:31:00 +03:00
2005-05-13 14:04:32 +03:00
2005-06-21 04:24:21 -07:00
2005-06-29 02:40:25 -07:00
2005-03-17 10:59:25 +04:00
2005-06-03 18:29:36 +02:00
2005-07-05 23:24:48 +02:00
2005-03-04 20:24:13 -08:00
2005-06-21 18:18:58 +03:00
2005-06-07 06:34:13 -07:00
2005-05-20 16:04:10 -05:00
2005-04-14 21:31:22 +02:00
2004-12-14 03:36:19 +03:00
2005-05-25 12:56:47 +03:00
2005-05-18 22:14:08 +02:00
2005-06-03 18:29:36 +02:00
2005-06-23 06:15:50 -07:00
2005-03-30 10:27:36 +03:00
2005-02-18 14:19:08 +01:00
2005-06-27 16:46:41 +03:00
2005-05-18 22:14:08 +02:00