mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Imported fix from 5.0.
This commit is contained in:

parent
a2d7a9da90
commit
0e6b53f172
@@ -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;
|
||||||
|
Reference in New Issue
Block a user