summaryrefslogtreecommitdiff
path: root/mysql-test/r/wait_timeout.result
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2007-01-10 16:55:53 +0200
committerunknown <jani@ua141d10.elisa.omakaista.fi>2007-01-10 16:55:53 +0200
commit982e455909c5e19e712f08b0baad89efc88f5f89 (patch)
tree40605ce567a7c0342022d0a3c7291c087e11be96 /mysql-test/r/wait_timeout.result
parentdaaddeb656c26c685962fef69d19e7f264620e2b (diff)
downloadmariadb-git-982e455909c5e19e712f08b0baad89efc88f5f89.tar.gz
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
Diffstat (limited to 'mysql-test/r/wait_timeout.result')
-rw-r--r--mysql-test/r/wait_timeout.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/wait_timeout.result b/mysql-test/r/wait_timeout.result
index b865a17454d..6fbff82f908 100644
--- a/mysql-test/r/wait_timeout.result
+++ b/mysql-test/r/wait_timeout.result
@@ -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