mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
982e455909
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
20 lines
162 B
Text
20 lines
162 B
Text
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
|