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
85fc94ec
Commit
85fc94ec
authored
Jan 12, 2012
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix kill test, again
parent
6404fcbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
mysql-test/r/kill.result
mysql-test/r/kill.result
+0
-1
mysql-test/t/kill.test
mysql-test/t/kill.test
+2
-4
No files found.
mysql-test/r/kill.result
View file @
85fc94ec
...
...
@@ -60,7 +60,6 @@ SET DEBUG_SYNC= 'now WAIT_FOR in_sync';
KILL @id;
SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
Got one of the listed errors
Got one of the listed errors
SET DEBUG_SYNC = 'RESET';
DROP TABLE t1, t2;
SET DEBUG_SYNC= 'before_acos_function SIGNAL in_sync WAIT_FOR kill';
...
...
mysql-test/t/kill.test
View file @
85fc94ec
...
...
@@ -144,10 +144,8 @@ SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
connection
con1
;
--
error
1317
,
1053
,
2006
,
2013
,
1927
reap
;
--
disable_query_log
--
error
2013
,
0
SELECT
1
;
--
enable_query_log
--
error
0
,
2013
let
$ignore
=
`SELECT 1`
;
connection
default
;
SET
DEBUG_SYNC
=
'RESET'
;
...
...
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