mariadb/mysql-test/r/wait_timeout.result
unknown 982e455909 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
2007-01-10 16:55:53 +02:00

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