1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-01 08:45:04 +03:00
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

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