1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00

Imported fix from 5.0.

This commit is contained in:
unknown
2005-10-26 16:12:41 +03:00
parent dd1dc7def9
commit fe90e5677c

View File

@@ -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;