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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5923d505
Commit
5923d505
authored
Feb 07, 2006
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kill.test fixed for kill on Mac OS X (which do not send OK)
parent
06a57659
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/kill.result
mysql-test/r/kill.result
+1
-1
mysql-test/t/kill.test
mysql-test/t/kill.test
+1
-1
No files found.
mysql-test/r/kill.result
View file @
5923d505
...
...
@@ -27,5 +27,5 @@ select ((@id := kill_id) - kill_id) from t3;
((@id := kill_id) - kill_id)
0
kill @id;
ERROR 08S01: Server shutdown in progres
s
Got one of the listed error
s
drop table t1, t2, t3;
mysql-test/t/kill.test
View file @
5923d505
...
...
@@ -78,7 +78,7 @@ select ((@id := kill_id) - kill_id) from t3;
kill
@
id
;
connection
conn1
;
--
error
1053
--
error
1053
,
2013
reap
;
disconnect
conn1
;
...
...
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