mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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)
|
||||
fprintf(file,", ");
|
||||
fprintf(file,"%s=%d", name, (bool)(flags & option));
|
||||
fprintf(file,"%s=%d", name, test(flags & option));
|
||||
*need_comma= 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user