Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d7f696a9
Commit
d7f696a9
authored
Jan 10, 2007
by
jani@ua141d10.elisa.omakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added two possible error cases for a test.
parent
4e9ef283
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
mysql-test/r/wait_timeout.result
mysql-test/r/wait_timeout.result
+2
-2
mysql-test/t/wait_timeout.test
mysql-test/t/wait_timeout.test
+4
-2
No files found.
mysql-test/r/wait_timeout.result
View file @
d7f696a9
...
...
@@ -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
mysql-test/t/wait_timeout.test
View file @
d7f696a9
...
...
@@ -46,7 +46,8 @@ while (!`select @aborted_clients`)
connection
default
;
# When the connection is closed in this way, the error code should
# be consistent see bug#2845 for an explanation
--
error
2006
# depending on platform/client, either errno 2006 or 2013 can occur below
--
error
2006
,
2013
select
2
;
--
enable_reconnect
select
3
;
...
...
@@ -90,7 +91,8 @@ while (!`select @aborted_clients`)
connection
con1
;
# When the connection is closed in this way, the error code should
# be consistent see bug#2845 for an explanation
--
error
2006
# depending on platform/client, either errno 2006 or 2013 can occur below
--
error
2006
,
2013
select
2
;
--
enable_reconnect
select
3
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment