Commit fe90e567 authored by unknown's avatar unknown

Imported fix from 5.0.

parent dd1dc7de
...@@ -941,7 +941,7 @@ void run_test(char *test) ...@@ -941,7 +941,7 @@ void run_test(char *test)
// increment total // increment total
++total_test; ++total_test;
} }
else if (err == 2) else if (err == 62) // To reflect the changes made in client/mysqltest.c
{ {
// skip // skip
rstr = TEST_SKIP; rstr = TEST_SKIP;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment