From 0e6b53f172cb3b3e9d5694ca650b5d25c1b474d7 Mon Sep 17 00:00:00 2001 From: "jani@a193-229-222-105.elisa-laajakaista.fi" <> Date: Wed, 26 Oct 2005 16:12:41 +0300 Subject: [PATCH] Imported fix from 5.0. --- netware/mysql_test_run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;