mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added two possible error cases for a test.
mysql-test/r/wait_timeout.result: Added two possible error cases for a test. Depending on a platform, either errno can occur and is correct. Possible errors are CR_SERVER_GONE_ERROR and CR_SERVER_LOST mysql-test/t/wait_timeout.test: Added two possible error cases for a test. Depending on a platform, either errno can occur and is correct. Possible errors are CR_SERVER_GONE_ERROR and CR_SERVER_LOST
This commit is contained in:
@ -6,7 +6,7 @@ select 1;
|
||||
1
|
||||
1
|
||||
select 2;
|
||||
ERROR HY000: MySQL server has gone away
|
||||
Got one of the listed errors
|
||||
select 3;
|
||||
3
|
||||
3
|
||||
@ -14,7 +14,7 @@ select 1;
|
||||
1
|
||||
1
|
||||
select 2;
|
||||
ERROR HY000: MySQL server has gone away
|
||||
Got one of the listed errors
|
||||
select 3;
|
||||
3
|
||||
3
|
||||
|
Reference in New Issue
Block a user