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
04bf5743
Commit
04bf5743
authored
Nov 22, 2007
by
kostja@bodhi.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the failing kill test in the team tree.
parent
13be72f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
mysql-test/r/kill.result
mysql-test/r/kill.result
+3
-1
mysql-test/t/kill.test
mysql-test/t/kill.test
+3
-1
No files found.
mysql-test/r/kill.result
View file @
04bf5743
...
...
@@ -132,5 +132,7 @@ EXECUTE stmt;
# Connection: con2.
KILL CONNECTION_ID();
# CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing
# of close of the connection socket
SELECT 1;
ERROR HY000: Lost connection to MySQL server during query
Got one of the listed errors
mysql-test/t/kill.test
View file @
04bf5743
...
...
@@ -318,5 +318,7 @@ while ($i)
KILL
CONNECTION_ID
();
--
error
2013
--
echo
# CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing
--
echo
# of close of the connection socket
--
error
2013
,
2006
SELECT
1
;
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