Skip to content

Commit

Permalink
MDEV-29403 innodb.innodb_sys_semaphore_waits fails with wrong errno 5014
Browse files Browse the repository at this point in the history
take into account C/C specific CR_ERR_NET_WRITE error
  • Loading branch information
elenst committed Aug 28, 2022
1 parent 94e3f02 commit 0d1de5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-test/suite/innodb/t/innodb_sys_semaphore_waits.test
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ let $counter= 80;
let $mysql_errno= 0;
while (!$mysql_errno)
{
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013,5014
show status;

--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013,5014
select * from information_schema.innodb_sys_semaphore_waits;

dec $counter;
Expand Down

0 comments on commit 0d1de5e

Please sign in to comment.