1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-10 02:01:19 +03:00
mariadb/mysql-test/r/wait_timeout.result
jimw@mysql.com c8a6c2c614 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 09:12:12 -07:00

9 lines
78 B
Plaintext

select 1;
1
1
select 2;
ERROR HY000: MySQL server has gone away
select 3;
3
3