diff --git a/netware/mysql_test_run.c b/netware/mysql_test_run.c index 849828210f2..fd328777ec9 100644 --- a/netware/mysql_test_run.c +++ b/netware/mysql_test_run.c @@ -941,7 +941,7 @@ void run_test(char *test) // increment total ++total_test; } - else if (err == 2) + else if (err == 62) // To reflect the changes made in client/mysqltest.c { // skip rstr = TEST_SKIP;