Commit fe90e567 authored by unknown's avatar unknown
Browse files

Imported fix from 5.0.

parent dd1dc7de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;