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-19 05:22:25 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
930e542f44
mariadb
/
mysql-test
/
t
/
wait_timeout-master.opt
2 lines
17 B
Text
Raw
Normal View
History
Unescape
Escape
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. mysql-test/r/wait_timeout.result: Update test result mysql-test/t/wait_timeout-master.opt: Decrease wait_timeout value to avoid unneccessary sleeps mysql-test/t/wait_timeout.test: Test that same error message is returned when disconnected regardless of connection is socket or TCP Decrease sleep times sql/net_serv.cc: Make "net_clear" detect if connection with server has been broken by performing a select. If the select returns that there are data to read but no data can be read, that means the connection is broken. Signal disconnected to "write" functions by setting error to 2.
2006-02-16 12:02:38 +01:00
--wait-timeout=1
Reference in a new issue
Copy permalink