Skip to content

Commit 47d0df6

Browse files
committed
take into account C/C specific CR_ERR_NET_WRITE error
1 parent 9d4ed44 commit 47d0df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/sys_vars/t/innodb_fatal_semaphore_wait_threshold.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let $counter= 80;
8282
let $mysql_errno= 0;
8383
while (!$mysql_errno)
8484
{
85-
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013
85+
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013,5014
8686
show status;
8787

8888
dec $counter;

0 commit comments

Comments
 (0)