This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-17 20:42:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
50477229b4
mariadb
/
mysql-test
/
r
/
wait_timeout.result
17 lines
156 B
Text
Raw
Normal View
History
Unescape
Escape
Fix wait_timeout (and kill) handling on Mac OS X by cleaning up how signal handlers are set up, the blocking flags for sockets are set, and which thread-related functions are used. (Bug #8731)
2005-10-11 18:12:12 +02:00
select 1;
1
1
select 2;
ERROR HY000: MySQL server has gone away
select 3;
3
3
Bug#2845 client fails to reconnect if using TCP/IP - Detect that connection to server has been broken in "net_clear". Since net_clear is always called before we send command to server, we can be sure that server has not received the command.
2006-02-16 12:02:38 +01:00
select 1;
1
1
select 2;
ERROR HY000: MySQL server has gone away
select 3;
3
3
Reference in a new issue
Copy permalink