summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
Diffstat (limited to 'netware')
-rw-r--r--netware/mysql_test_run.c2
1 files changed, 1 insertions, 1 deletions
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;