mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
BUG#11567 Fixed binlog tests on windows.
This commit is contained in:
@@ -242,7 +242,7 @@ static void print_set_option(FILE* file, uint32 bits_changed, uint32 option,
|
|||||||
{
|
{
|
||||||
if (*need_comma)
|
if (*need_comma)
|
||||||
fprintf(file,", ");
|
fprintf(file,", ");
|
||||||
fprintf(file,"%s=%d", name, (bool)(flags & option));
|
fprintf(file,"%s=%d", name, test(flags & option));
|
||||||
*need_comma= 1;
|
*need_comma= 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user