mirror of
https://github.com/MariaDB/server.git
synced 2025-05-01 08:45:04 +03:00
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
21 lines
162 B
Plaintext
21 lines
162 B
Plaintext
select 0;
|
|
0
|
|
0
|
|
flush status;
|
|
select 1;
|
|
1
|
|
1
|
|
select 2;
|
|
Got one of the listed errors
|
|
select 3;
|
|
3
|
|
3
|
|
select 1;
|
|
1
|
|
1
|
|
select 2;
|
|
Got one of the listed errors
|
|
select 3;
|
|
3
|
|
3
|