1
0
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:
unknown
2007-01-10 16:55:53 +02:00
parent daaddeb656
commit 982e455909
2 changed files with 6 additions and 4 deletions

View File

@ -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