1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Imported fix from 5.0.

This commit is contained in:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-10-26 16:12:41 +03:00
parent a2d7a9da90
commit 0e6b53f172

View File

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