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:

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