Skip to content
Permalink
Browse files
Merge 10.3 into 10.4
  • Loading branch information
dr-m committed Jun 4, 2021
2 parents 385f431 + 2d38c5e commit bab4348
Showing 1 changed file with 2 additions and 2 deletions.
@@ -17,7 +17,7 @@ LOCK TABLE t1 WRITE;
eval KILL $conid;
--enable_query_log
--connection con1
--error 0,2013,ER_CONNECTION_KILLED
--error 0,2006,2013,ER_CONNECTION_KILLED
reap;
--connection default
--disconnect con1
@@ -35,7 +35,7 @@ LOCK TABLE t1 WRITE, t2 WRITE;
eval KILL $conid;
--enable_query_log
--connection con1
--error 0,2013,ER_CONNECTION_KILLED
--error 0,2006,2013,ER_CONNECTION_KILLED
reap;
--connection default
--disconnect con1

0 comments on commit bab4348

Please sign in to comment.